Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/NoteData.java

    r8474 r8510  
    193193     */
    194194    public synchronized void createNote(LatLon location, String text) {
    195         if(text == null || text.isEmpty()) {
     195        if (text == null || text.isEmpty()) {
    196196            throw new IllegalArgumentException("Comment can not be blank when creating a note");
    197197        }
Note: See TracChangeset for help on using the changeset viewer.