Skip to content

Commit

Permalink
Supress warning for Array.compare
Browse files Browse the repository at this point in the history
Change-Id: I60847b035baab185ca93071f8953e4e1fb521319
  • Loading branch information
gkdn committed Apr 18, 2017
1 parent 7fa023f commit 0ea5b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/super/com/google/gwt/emul/java/util/Arrays.java
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,7 @@ private static CompareDoubleFunction getDoubleComparator() {

@JsFunction
private interface CompareLongFunction {
@SuppressWarnings("unusable-by-js")
int compare(long d1, long d2);
}

Expand Down

0 comments on commit 0ea5b4b

Please sign in to comment.