Ignore:
Timestamp:
2013-09-08T05:51:16+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar - fix various violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/HelpBrowserHistory.java

    r5923 r6223  
    5252        boolean add=true;
    5353
    54         if (historyPos >= 0 && historyPos < history.size() && history.get(historyPos).equals(url.toString())) {
     54        if (historyPos >= 0 && historyPos < history.size() && history.get(historyPos).equals(url)) {
    5555            add = false;
    5656        } else if (historyPos == history.size() -1) {
Note: See TracChangeset for help on using the changeset viewer.