Changeset 6936 for SRUServer


Ignore:
Timestamp:
02/03/16 23:27:53 (8 years ago)
Author:
Oliver Schonefeld
Message:
  • fix code formatting
Location:
SRUServer/trunk/src/main/java/eu/clarin/sru/server
Files:
2 edited

Legend:

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

    r6934 r6936  
    2626     * The namespace URI for encoding <em>explain</em> and
    2727     * <em>searchRetrieve</em> operation responses.
    28      * 
     28     *
    2929     * @return the namespace URI for encoding <em>explain</em> and
    3030     *         <em>searchRetrieve</em>
     
    3636     * The namespace prefix for encoding <em>explain</em> and
    3737     * <em>searchRetrieve</em> operation responses.
    38      * 
     38     *
    3939     * @return the namespace prefix for encoding <em>explain</em> and
    4040     *         <em>searchRetrieve</em>
     
    4545    /**
    4646     * The namespace URI for encoding <em>scan</em> operation responses.
    47      * 
     47     *
    4848     * @return the namespace URI for encoding <em>scan</em>
    4949     */
     
    5353    /**
    5454     * The namespace prefix for encoding <em>scan</em> operation responses.
    55      * 
     55     *
    5656     * @return the namespace prefix for encoding <em>scan</em>
    5757     */
     
    6161    /**
    6262     * The namespace URI for encoding SRU diagnostics.
    63      * 
     63     *
    6464     * @return the namespace URI for encoding SRU diagnostics
    6565     */
     
    6969    /**
    7070     * The namespace prefix for encoding SRU diagnostics.
    71      * 
     71     *
    7272     * @return the namespace prefix for encoding SRU diagnostics
    7373     */
     
    7777    /**
    7878     * The namespace URI for encoding explain record data fragments.
    79      * 
     79     *
    8080     * @return the namespace URI for encoding explain record data fragments
    8181     */
     
    8585    /**
    8686     * The namespace prefix for encoding explain record data fragments.
    87      * 
     87     *
    8888     * @return the namespace prefix for encoding explain record data fragments
    8989     */
     
    9393    /**
    9494     * The namespace URI for encoding XCQL fragments
    95      * 
     95     *
    9696     * @return the namespace URI for encoding XCQL fragments
    9797     */
  • SRUServer/trunk/src/main/java/eu/clarin/sru/server/SRUQueryBase.java

    r6934 r6936  
    3131    /**
    3232     * Constructor.
    33      * 
     33     *
    3434     * @param rawQuery
    3535     *            the raw and unparsed query as String
Note: See TracChangeset for help on using the changeset viewer.