From 4625dc807e1d0e5cde683ec66f84decab308cc40 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Mon, 4 May 2009 14:53:04 +0000 Subject: [PATCH] Fix warning. --- .../eclipse/cdt/internal/core/index/IIndexFragmentBinding.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentBinding.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentBinding.java index 241a04fba82..cec6d3f6b29 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentBinding.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentBinding.java @@ -53,8 +53,8 @@ public interface IIndexFragmentBinding extends IIndexBinding { IIndexScope getScope(); /** - * @since 5.1 * {@inheritDoc} + * @since 5.1 */ IIndexFragmentBinding getOwner() throws DOMException;