From 71136d7739758f956a0bf2af2fb19bf5e6cfb234 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Fri, 24 Feb 2012 18:19:24 -0800 Subject: [PATCH] Javadoc adjustment. --- .../cdt/internal/ui/refactoring/utils/DefinitionFinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java index 66ba582788e..d32d2c1f9cc 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java @@ -130,7 +130,7 @@ public class DefinitionFinder { } /** - * Checks if the given binding has a definition The search is done in the index and in the ASTs + * Checks if the given binding has a definition. The search is done in the index and in the ASTs * of dirty editors. * * @param binding the binding to find the definition for