Changeset 7193 for SRUClient


Ignore:
Timestamp:
10/11/18 12:10:06 (6 years ago)
Author:
Oliver Schonefeld
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUClientConfig.java

    r7192 r7193  
    355355            return this;
    356356        }
     357
     358
     359        /**
     360         * Create a configuration instance object for configuring SRU clients
     361         *
     362         * @return a immutable configuration instance
     363         */
     364        public SRUClientConfig build() {
     365            return new SRUClientConfig(this);
     366        }
    357367    } // inner class Builder
    358368
Note: See TracChangeset for help on using the changeset viewer.