Changeset 7192


Ignore:
Timestamp:
10/11/18 11:58:05 (6 years ago)
Author:
Oliver Schonefeld
Message:
  • get rid of static builder() method in SRUClientConfig.Builder
File:
1 edited

Legend:

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

    r7191 r7192  
    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         }
    367357    } // inner class Builder
    368358
Note: See TracChangeset for help on using the changeset viewer.