Changeset 32686 in osm for applications/editors/josm/plugins/roadsigns/src/org
- Timestamp:
- 2016-07-21T03:55:35+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/javacc/SimpleCharStream.java
r23192 r32686 208 208 * @see #getEndColumn 209 209 */ 210 210 @Deprecated 211 211 public int getColumn() { 212 212 return bufcolumn[bufpos]; … … 217 217 * @see #getEndLine 218 218 */ 219 219 @Deprecated 220 220 public int getLine() { 221 221 return bufline[bufpos];
Note:
See TracChangeset
for help on using the changeset viewer.