Ignore:
Timestamp:
2015-05-09T12:49:35+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/BookmarkList.java

    r8338 r8342  
    162162                try {
    163163                    bookmarks.add(new Bookmark(entry));
    164                 }
    165                 catch (Exception e) {
     164                } catch (Exception e) {
    166165                    Main.error(tr("Error reading bookmark entry: %s", e.getMessage()));
    167166                }
Note: See TracChangeset for help on using the changeset viewer.