Ignore:
Timestamp:
2015-09-24T23:56:05+02:00 (9 years ago)
Author:
Don-vip
Message:

fix javadoc errors/warnings seen with JDK9

File:
1 edited

Legend:

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

    r8510 r8795  
    2828/**
    2929 * <p><b>URL Validation</b> routines.</p>
    30  * Behavior of validation is modified by passing in options:
     30 * Behavior of validation is modified by passing in options:<ul>
    3131 * <li>ALLOW_2_SLASHES - [FALSE]  Allows double '/' characters in the path
    3232 * component.</li>
     
    3535 * <li>ALLOW_ALL_SCHEMES - [FALSE] By default only http, https, and ftp are
    3636 * considered valid schemes.  Enabling this option will let any scheme pass validation.</li>
    37  *
     37 * </ul>
    3838 * <p>Originally based in on php script by Debbie Dyer, validation.php v1.2b, Date: 03/07/02,
    3939 * http://javascript.internet.com. However, this validation now bears little resemblance
Note: See TracChangeset for help on using the changeset viewer.