Ignore:
Timestamp:
2016-03-26T14:45:25+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S2325 - "private" methods that don't access instance data should be "static"

File:
1 edited

Legend:

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

    r9995 r10043  
    44import static org.openstreetmap.josm.tools.I18n.tr;
    55import static org.openstreetmap.josm.tools.I18n.trn;
    6 import gnu.getopt.Getopt;
    7 import gnu.getopt.LongOpt;
    86
    97import java.awt.Dimension;
     
    7573import org.openstreetmap.josm.tools.PlatformHookWindows;
    7674import org.openstreetmap.josm.tools.Utils;
     75
     76import gnu.getopt.Getopt;
     77import gnu.getopt.LongOpt;
    7778
    7879/**
     
    651652        }
    652653
    653         private boolean handleNetworkOrProxyErrors(boolean hasErrors, String title, String message) {
     654        private static boolean handleNetworkOrProxyErrors(boolean hasErrors, String title, String message) {
    654655            if (hasErrors) {
    655656                ExtendedDialog ed = new ExtendedDialog(
Note: See TracChangeset for help on using the changeset viewer.