Ignore:
Timestamp:
02/25/13 20:04:38 (11 years ago)
Author:
oschonef
Message:
  • update copyright
  • fix some whitespace
File:
1 edited

Legend:

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

    r2302 r2623  
    11/**
    2  * This software is copyright (c) 2011 by
     2 * This software is copyright (c) 2011-2013 by
    33 *  - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)
    44 * This is free software. You can redistribute it
     
    4545     * Handle a <em>scan</em> operation. The default implementation is a no-op.
    4646     * Override this method, if you want to provide a custom behavior.
    47      * 
     47     *
    4848     * @see SRUSearchEngine#explain(SRUServerConfig, SRURequest,
    4949     *      SRUDiagnosticList)
     
    5959     * Handle a <em>scan</em> operation. The default implementation is a no-op.
    6060     * Override this method, if you want to provide a custom behavior.
    61      * 
     61     *
    6262     * @see SRUSearchEngine#scan(SRUServerConfig, SRURequest, SRUDiagnosticList)
    6363     */
     
    7171    /**
    7272     * Handle a <em>searchRetrieve</em> operation.
    73      * 
     73     *
    7474     * @see SRUSearchEngine#search(SRUServerConfig, SRURequest,
    7575     *      SRUDiagnosticList)
     
    8383    /**
    8484     * Initialize the search engine.
    85      * 
     85     *
    8686     * @param context
    8787     *            the {@link ServletContext} for the Servlet
     
    102102    /**
    103103     * Initialize the search engine.
    104      * 
     104     *
    105105     * @param config
    106106     *            the {@link SRUServerConfig} object for this search engine
Note: See TracChangeset for help on using the changeset viewer.