Ignore:
Timestamp:
2015-06-21T01:13:09+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: redundant modifiers

File:
1 edited

Legend:

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

    r8510 r8512  
    529529    private static volatile InitStatusListener initListener = null;
    530530
    531     public static interface InitStatusListener {
     531    public interface InitStatusListener {
    532532
    533533        Object updateStatus(String event);
     
    14191419     * are not reported.
    14201420     */
    1421     public static interface WindowSwitchListener {
     1421    public interface WindowSwitchListener {
    14221422        /**
    14231423         * Called when the user activates a window of another application.
Note: See TracChangeset for help on using the changeset viewer.