Ignore:
Timestamp:
2016-02-01T10:47:51+01:00 (8 years ago)
Author:
simon04
Message:

see #12472 - Fix warnings identified by error-prone

File:
1 edited

Legend:

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

    r9214 r9703  
    5050        public String getType() {
    5151            return this.type;
    52         }
    53 
    54         public boolean equals(String type) {
    55             return this.type.equals(type);
    5652        }
    5753    }
Note: See TracChangeset for help on using the changeset viewer.