Ignore:
Timestamp:
2016-05-20T22:21:01+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1948 - Fields in a "Serializable" class should either be transient or serializable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletingComboBox.java

    r10132 r10254  
    3939    private int maxTextLength = -1;
    4040    private boolean useFixedLocale;
     41
     42    private final transient InputContext privateInputContext = InputContext.getInstance();
    4143
    4244    /**
     
    335337    }
    336338
    337     private final InputContext privateInputContext = InputContext.getInstance();
    338 
    339339    @Override
    340340    public InputContext getInputContext() {
Note: See TracChangeset for help on using the changeset viewer.