Changeset 9344 in josm for trunk/src/org


Ignore:
Timestamp:
2016-01-08T01:11:34+01:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - fix one javadoc warning with JDK9, add more unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/DNSName.java

    r8510 r9344  
    5757 * @since 7347
    5858 */
    59 public class DNSName implements GeneralNameInterface {
     59public final class DNSName implements GeneralNameInterface {
    6060    private final String name;
    6161
     
    100100    /**
    101101     * Return the type of the GeneralName.
     102     * @return the type of the GeneralName
    102103     */
    103104    @Override
Note: See TracChangeset for help on using the changeset viewer.