Ignore:
Timestamp:
2016-02-23T08:53:05+01:00 (8 years ago)
Author:
Don-vip
Message:

see #12557 : remove unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/routines/AbstractValidator.java

    r7937 r9855  
    99
    1010    private String errorMessage;
    11     private String fix;
    1211
    1312    /**
     
    3332        this.errorMessage = errorMessage;
    3433    }
    35 
    36     /**
    37      * Replies the fixed value, if any.
    38      * @return the fixed value or {@code null}
    39      */
    40     public final String getFix() {
    41         return fix;
    42     }
    43 
    44     /**
    45      * Sets the fixed value.
    46      * @param fix the fixed value, if any
    47      */
    48     protected final void setFix(String fix) {
    49         this.fix = fix;
    50     }
    5134}
Note: See TracChangeset for help on using the changeset viewer.