Ignore:
Timestamp:
2016-06-24T09:10:57+02:00 (10 years ago)
Author:
donvip
Message:

checkstyle, update to JOSM 10279

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.
    12package relcontext;
    23
     
    1011public class StaticChosenRelation extends ChosenRelation {
    1112
    12     public StaticChosenRelation( Relation rel ) {
     13    public StaticChosenRelation(Relation rel) {
    1314        chosenRelation = rel;
    1415        analyse();
     
    1617
    1718    @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.");
    2021    }
    2122}
Note: See TracChangeset for help on using the changeset viewer.