From 4646b8854fc2e0ec88b0bc134bb2adb0b85b8fc1 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 13 Jul 2015 14:17:32 -0700 Subject: [PATCH] Fixed JavaDoc. --- .../parser/org/eclipse/cdt/core/dom/ast/IScope.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IScope.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IScope.java index 6694bf15536..f1d1b1ca88e 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IScope.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IScope.java @@ -82,7 +82,7 @@ public interface IScope { * @param name the name of the binding * @param resolve whether or not to resolve the matching binding if it has not been so already * @param acceptLocalBindings a set of files for which to accept local bindings - * @return the binding in this scope that matches the name, or @code null} + * @return the binding in this scope that matches the name, or {@code null} */ public IBinding getBinding(IASTName name, boolean resolve, IIndexFileSet acceptLocalBindings);