Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Suppress Inspector check in doOnlineUpdateCheck(), it doesn't know th…
Browse files Browse the repository at this point in the history
…at the rebranding branch changes this.
  • Loading branch information
mikehearn committed Jan 6, 2015
1 parent c5de889 commit ff500b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/main/java/lighthouse/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ public void initializationCompleted() {
});
}

@SuppressWarnings("ConstantConditions")
private void doOnlineUpdateCheck() {
if (Main.UPDATES_BASE_URL == null) {
((HBox)menuBtn.getParent()).getChildren().remove(menuBtn);
Expand Down

0 comments on commit ff500b6

Please sign in to comment.