Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/LocalVariableDeclarationMatch.java')
-rw-r--r--org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/LocalVariableDeclarationMatch.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/LocalVariableDeclarationMatch.java b/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/LocalVariableDeclarationMatch.java
index 251aa8609..868f8c3d6 100644
--- a/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/LocalVariableDeclarationMatch.java
+++ b/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/LocalVariableDeclarationMatch.java
@@ -22,14 +22,14 @@ import org.eclipse.jdt.core.IJavaElement;
* <p>
* This class is intended to be instantiated and subclassed by clients.
* </p>
- *
+ *
* @since 3.0
*/
public class LocalVariableDeclarationMatch extends SearchMatch {
/**
* Creates a new local variable declaration match.
- *
+ *
* @param element the local variable declaration
* @param accuracy one of A_ACCURATE or A_INACCURATE
* @param offset the offset the match starts at, or -1 if unknown

Back to the top