Ignore:
Timestamp:
01/10/22 12:04:49 (2 years ago)
Author:
Oliver Schonefeld
Message:
  • cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs/EndpointDescription.java

    r7273 r7279  
    4040     */
    4141    public static final int VERSION_2 = 2;
    42    
     42
    4343    /**
    4444     * Constant for a (synthetic) persistent identifier identifying the top-most
     
    5959     * Get the version number of this endpoint description. <br>
    6060     * Valid version are 1 for FCS 1.0 and 2 fpr FCS 2.0.
    61      * 
     61     *
    6262     * @return the version number for this endpoint description
    6363     */
     
    6767    /**
    6868     * Check if this endpoint description is in a certain version.
    69      * 
     69     *
    7070     * @param version
    7171     *            the version to check for
    72      * 
     72     *
    7373     * @return <code>true</code>, if version number matches
    7474     */
    7575    public boolean isVersion(int version);
    7676
    77    
     77
    7878    /**
    7979     * Get the list of capabilities supported by this endpoint. The list
Note: See TracChangeset for help on using the changeset viewer.