Changeset 26345 in osm for applications/editors/josm/plugins/lakewalker/src
- Timestamp:
- 2011-07-16T21:10:43+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/Lakewalker.java
r23190 r26345 67 67 i = 7; 68 68 } else { 69 throw new ArrayIndexOutOfBoundsException(tr("Direction index ' {0}' not found",direction));69 throw new ArrayIndexOutOfBoundsException(tr("Direction index ''{0}'' not found",direction)); 70 70 } 71 71 return i;
Note:
See TracChangeset
for help on using the changeset viewer.