Changeset 34140 in osm for applications/editors/josm/plugins/cadastre-fr
- Timestamp:
- 2018-04-08T02:19:08+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileVEC.java
r34115 r34140 265 265 CURVE(3); 266 266 267 int code;267 final int code; 268 268 ArcType(int code) { 269 269 this.code = code;
Note:
See TracChangeset
for help on using the changeset viewer.