Skip to content

Commit

Permalink
Proposal for patching SonarQube rule 4973
Browse files Browse the repository at this point in the history
Signed-off-by: henry-lp <[email protected]>
  • Loading branch information
henry-lp committed Jul 16, 2020
1 parent 9cbb76a commit 790d0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void run() {
}

protected synchronized void startQuery() {
if (lastQuery == currentQuery) {
if (lastQuery.equals(currentQuery)) {
return;
}
downloader.search(currentQuery);
Expand Down

0 comments on commit 790d0b9

Please sign in to comment.