Ignore:
Timestamp:
2020-06-07T14:49:02+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19334 - javadoc fixes + protected constructors for abstract classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/UnconnectedWays.java

    r16404 r16553  
    211211     * @since 6691
    212212     */
    213     public UnconnectedWays(String title) {
     213    protected UnconnectedWays(String title) {
    214214        this(title, UNCONNECTED_WAYS, false);
    215 
    216215    }
    217216
     
    223222     * @since 14468
    224223     */
    225     public UnconnectedWays(String title, int code, boolean isHighwayTest) {
     224    protected UnconnectedWays(String title, int code, boolean isHighwayTest) {
    226225        super(title, tr("This test checks if a way has an endpoint very near to another way."));
    227226        this.code = code;
Note: See TracChangeset for help on using the changeset viewer.