Changeset 6296 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2013-10-04T03:27:01+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/command
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ChangeRelationMemberRoleCommand.java
r5077 r6296 30 30 // The old role 31 31 private String oldRole; 32 // Old value of modified ;32 // Old value of modified 33 33 private Boolean oldModified; 34 34 -
trunk/src/org/openstreetmap/josm/command/ScaleCommand.java
r4918 r6296 69 69 @Override 70 70 protected void transformNodes() { 71 // scalingFactor = 2.0;72 71 for (Node n : nodes) { 73 72 EastNorth oldEastNorth = oldStates.get(n).eastNorth;
Note: See TracChangeset
for help on using the changeset viewer.