summaryrefslogtreecommitdiff
path: root/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java')
-rw-r--r--platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java b/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
index bef3d0350563..8f2db591888d 100644
--- a/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
+++ b/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2012 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -58,7 +58,6 @@ public interface PsiSearchHelper {
*
* @param identifier the identifier to search.
* @param searchScope the scope in which occurrences are searched.
- * @param processor
* @return false if processor returned false, true otherwise
*/
boolean processCommentsContainingIdentifier(@NotNull String identifier, @NotNull SearchScope searchScope, @NotNull Processor<PsiElement> processor);