Changeset 32395 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/StaticChosenRelation.java
- Timestamp:
- 2016-06-24T09:10:57+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/StaticChosenRelation.java
r30841 r32395 1 // License: GPL. For details, see LICENSE file. 1 2 package relcontext; 2 3 … … 10 11 public class StaticChosenRelation extends ChosenRelation { 11 12 12 public StaticChosenRelation( Relation rel) {13 public StaticChosenRelation(Relation rel) { 13 14 chosenRelation = rel; 14 15 analyse(); … … 16 17 17 18 @Override 18 public void set( Relation rel) {19 // throw new UnsupportedOperationException("Changing static relation is not supported."); 19 public void set(Relation rel) { 20 // throw new UnsupportedOperationException("Changing static relation is not supported."); 20 21 } 21 22 }
Note:
See TracChangeset
for help on using the changeset viewer.
