Changeset 6105


Ignore:
Timestamp:
03/17/15 10:12:54 (9 years ago)
Author:
Oliver Schonefeld
Message:
  • for some reason JavaDoc? started to dislike empty tags. Change them to make it happy again ... :/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUServer/trunk/src/main/java/eu/clarin/sru/server/SRUServerConfig.java

    r5899 r6105  
    8989     * <p>
    9090     * Valid values: "<code>http</code>", "<code>https</code>" or "
    91      * <code>http https</code>" (without quotation marks) <br />
     91     * <code>http https</code>" (without quotation marks) <br>
    9292     * <p>
    9393     * Used as part of the <em>Explain</em> response.
     
    100100     * <p>
    101101     * Valid values: any fully qualified hostname, e.g.
    102      * <code>sru.example.org</code> <br />
     102     * <code>sru.example.org</code> <br>
    103103     * Used as part of the <em>Explain</em> response.
    104104     * </p>
     
    109109     * Parameter constant for configuring the port number of this SRU server.
    110110     * <p>
    111      * Valid values: number between 1 and 65535 (typically 80 or 8080) <br />
     111     * Valid values: number between 1 and 65535 (typically 80 or 8080) <br>
    112112     * Used as part of the <em>Explain</em> response.
    113113     * </p>
     
    119119     * is usually the path component of the SRU servers URI.
    120120     * <p>
    121      * Valid values: typically the path component if the SRU server URI. <br />
     121     * Valid values: typically the path component if the SRU server URI. <br>
    122122     * Used as part of the <em>Explain</em> response.
    123123     * </p>
Note: See TracChangeset for help on using the changeset viewer.