Changeset 6490 in josm
- Timestamp:
- 2013-12-18T15:36:36+01:00 (11 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/validation/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/util/MultipleNameVisitor.java
r6264 r6490 23 23 /** The class name of the combined primitives */ 24 24 private String multipleClassname; 25 /* name to be displayed */25 /** Name to be displayed */ 26 26 private String displayName; 27 27 /** Size of the collection */ -
trunk/src/org/openstreetmap/josm/data/validation/util/NameVisitor.java
r5118 r6490 30 30 * The name of this item. 31 31 */ 32 public String name ;32 public String name = ""; 33 33 /** 34 34 * The icon of this item. … … 60 60 } 61 61 62 /**63 */64 62 @Override 65 63 public void visit(Relation e) {
Note:
See TracChangeset
for help on using the changeset viewer.