Changeset 2932 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2010-02-03T22:53:24+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/Command.java
r2844 r2932 1 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others 2 2 package org.openstreetmap.josm.command; 3 4 import static org.openstreetmap.josm.tools.I18n.tr;5 3 6 4 import java.util.Collection; … … 125 123 PrimitiveData to = cloneMap.get(t); 126 124 Main.debug("now: " + t.getId() + " hashCode: " + t.hashCode()); 127 Main.debug("orig: " + to.get Id() + " hashCode: " + to.hashCode());125 Main.debug("orig: " + to.getUniqueId() + " hashCode: " + to.hashCode()); 128 126 } 129 127 return o;
Note: See TracChangeset
for help on using the changeset viewer.