Adds pazpar2 limit parameter delimiters to escape
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / config / Configurable.java
index 34f841c..8e94a47 100644 (file)
@@ -7,8 +7,8 @@ import com.indexdata.mkjsf.errors.ConfigurationException;
 \r
 /**\r
  * Interface to be implemented by any part of an application that wish to\r
- * use a ConfigurationReader for it's configuration. The Configurables that\r
- * come with the project are a Pazpar2 client and a Service Proxy client\r
+ * use a ConfigurationReader for it's configuration. See config package info page\r
+ * for more information. \r
  * \r
  * @author Niels Erik\r
  *\r
@@ -33,7 +33,8 @@ public interface Configurable {
   \r
   /**\r
    * Returns the name of the module, can be used by a configuration reader that \r
-   * has distinguishes between sets of configuration properties by component name\r
+   * distinguishes between sets of configuration properties by component name, a\r
+   * name space of sorts.\r
    * @return name of the part that is to be configured\r
    */\r
   public String getModuleName();\r