- Timestamp:
- 2015-11-07T22:34:27+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r8994 r8997 1503 1503 */ 1504 1504 private static class DirectionString { 1505 public int direction;1506 public String str;1507 1508 publicDirectionString(int direction, String str) {1505 public final int direction; 1506 public final String str; 1507 1508 DirectionString(int direction, String str) { 1509 1509 this.direction = direction; 1510 1510 this.str = str;
Note:
See TracChangeset
for help on using the changeset viewer.