Ignore:
Timestamp:
2015-05-11T10:52:33+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - Useless parentheses around expressions should be removed to prevent any misunderstanding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserDialogManager.java

    r8332 r8345  
    226226            else
    227227                // reload if the history object of the selected object is not in the cache yet
    228                 return (!p.isNew() && h.getByVersion(p.getUniqueId()) == null);
     228                return !p.isNew() && h.getByVersion(p.getUniqueId()) == null;
    229229        }
    230230    };
Note: See TracChangeset for help on using the changeset viewer.