Skip to content

Commit 578a453

Browse files
committed
Fix javadoc params in AbstractSearchProcessor
Wrong with the initial contribution #1725
1 parent 56d9274 commit 578a453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ua/org.eclipse.help.base/src/org/eclipse/help/search/AbstractSearchProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public AbstractSearchProcessor()
7171
* @param originalQuery The original query before any changes made by
7272
* {@link #preSearch(String)}.
7373
* @param results The results of the executed query.
74-
* @param results The locale.
75-
* @param results The set scopes (might be {@code null}).
74+
* @param locale The locale.
75+
* @param scopes The set scopes (might be {@code null}).
7676
*
7777
* @return The modified results, or {@code null} for no changes.
7878
*

0 commit comments

Comments
 (0)