Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw authored and zakkak committed Jul 7, 2020
1 parent b7ebe17 commit 568a8c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ protected void onValueUpdate(EconomicMap<OptionKey<?>, Object> values, Integer o
}
};

private static void defaultDebugInfoValueUpdateHandler(EconomicMap<OptionKey<?>, Object> values, Integer oldValue, Integer newValue) {
private static void defaultDebugInfoValueUpdateHandler(EconomicMap<OptionKey<?>, Object> values, @SuppressWarnings("unused") Integer oldValue, Integer newValue) {
// force update of TrackNodeSourcePosition
if (newValue > 0 && !Boolean.TRUE.equals(values.get(TrackNodeSourcePosition))) {
TrackNodeSourcePosition.update(values, true);
Expand Down

0 comments on commit 568a8c2

Please sign in to comment.