Ignore:
Timestamp:
01/16/15 11:04:06 (9 years ago)
Author:
Oliver Schonefeld
Message:
  • re-work diagnostics to support custom diagnostic URIs
File:
1 edited

Legend:

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

    r2623 r5924  
    3333     * Add a non surrogate diagnostic to the response.
    3434     *
    35      * @param code
    36      *            numerical diagnostic code
     35     * @param uri
     36     *            the diagnostic's identifying URI
    3737     * @param details
    3838     *            supplementary information available, often in a format
     
    4242     *            <code>null</code>
    4343     */
    44     public void addDiagnostic(int code, String details, String message);
     44    public void addDiagnostic(String uri, String details, String message);
    4545
    4646} // interface DiagnosticList
Note: See TracChangeset for help on using the changeset viewer.