Ignore:
Timestamp:
2013-11-08T01:39:06+01:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - fix various violations, javadoc

File:
1 edited

Legend:

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

    r6365 r6378  
    239239     * Saves all bookmarks to the preferences file
    240240     */
    241     public void save() {
     241    public final void save() {
    242242        LinkedList<Collection<String>> coll = new LinkedList<Collection<String>>();
    243243        for (Object o : ((DefaultListModel)getModel()).toArray()) {
Note: See TracChangeset for help on using the changeset viewer.