Ignore:
Timestamp:
2015-10-13T23:50:14+02:00 (9 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/dialogs/properties/TagEditHelper.java

    r8863 r8870  
    226226     * @return {@code true} if the user accepts to overwrite key, {@code false} otherwise
    227227     */
    228     private boolean warnOverwriteKey(String action, String togglePref) {
     228    private static boolean warnOverwriteKey(String action, String togglePref) {
    229229        ExtendedDialog ed = new ExtendedDialog(
    230230                Main.parent,
Note: See TracChangeset for help on using the changeset viewer.