Ignore:
Timestamp:
2013-11-02T23:47:36+01:00 (10 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - Hide Utility Class Constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/MessageNotifier.java

    r6349 r6360  
    3737public final class MessageNotifier {
    3838
     39    private MessageNotifier() {
     40        // Hide default constructor for utils classes
     41    }
     42   
    3943    /** Property defining if this task is enabled or not */
    4044    public static final BooleanProperty PROP_NOTIFIER_ENABLED = new BooleanProperty("message.notifier.enabled", true);
Note: See TracChangeset for help on using the changeset viewer.