Skip to content

Commit 7bf1029

Browse files
committed
silence LGTM warning
1 parent 20df352 commit 7bf1029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/bwapi/BWClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public void startGame(boolean autoContinue) {
4646
client.reconnect();
4747
}
4848
}
49-
} while (autoContinue);
49+
} while (autoContinue); // lgtm [java/constant-loop-condition]
5050
}
5151
}

0 commit comments

Comments
 (0)