Skip to content

Commit

Permalink
add warning ignore to StopRenderState
Browse files Browse the repository at this point in the history
  • Loading branch information
epicstar committed Aug 14, 2017
1 parent 13d18fd commit dbf9ce2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public boolean equals(Object o) {

StopRenderState that = (StopRenderState) o;

//noinspection SimplifiableIfStatement
if (routeCount != that.routeCount) return false;
return stopPt != null ? stopPt.equals(that.stopPt) : that.stopPt == null;

Expand Down

0 comments on commit dbf9ce2

Please sign in to comment.