Skip to content

Commit 2df9fa0

Browse files
authored
MediaWikiSearchDocsAction.java: Add @OverRide to getActionUpdateThread
1 parent ea968e4 commit 2df9fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mediawiki/MediaWikiSearchDocsAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private static String getSearchUrl(@NotNull String textToSearch) {
6363
return "https://www.mediawiki.org/w/index.php?title=Special%3ASearch&profile=default&fulltext=Search&search=" + URLEncoder.encode(textToSearch, StandardCharsets.UTF_8);
6464
}
6565

66-
public @NotNull ActionUpdateThread getActionUpdateThread() {
66+
public @NotNull @Override ActionUpdateThread getActionUpdateThread() {
6767
return ActionUpdateThread.EDT;
6868
}
6969
}

0 commit comments

Comments
 (0)