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/dialogs/properties/PropertiesDialog.java

    r10228 r10254  
    12301230    class TaginfoAction extends JosmAction {
    12311231
    1232         final StringProperty TAGINFO_URL_PROP = new StringProperty("taginfo.url", "https://taginfo.openstreetmap.org/");
     1232        final transient StringProperty TAGINFO_URL_PROP = new StringProperty("taginfo.url", "https://taginfo.openstreetmap.org/");
    12331233
    12341234        TaginfoAction() {
Note: See TracChangeset for help on using the changeset viewer.