Changeset 25730 in osm for applications
- Timestamp:
- 2011-03-26T14:17:24+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/src/relcontext/StaticChosenRelation.java
r25711 r25730 17 17 @Override 18 18 public void set( Relation rel ) { 19 throw new UnsupportedOperationException("Changing static relation is not supported."); 19 // throw new UnsupportedOperationException("Changing static relation is not supported."); 20 20 } 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.