X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fcom%2Findexdata%2Fmkjsf%2Fconfig%2FConfigurable.java;h=fb142ea6165db56c3e2669a371f02903b882eb47;hb=48ef3e8a3cd32eda3979082a7736cafd1862ae73;hp=34f841c21107730502b7a0d5d2de49bf016120ff;hpb=ccb28ae8d5d46d29c40bd8b1637522c212b80636;p=mkjsf-moved-to-github.git diff --git a/src/main/java/com/indexdata/mkjsf/config/Configurable.java b/src/main/java/com/indexdata/mkjsf/config/Configurable.java index 34f841c..fb142ea 100644 --- a/src/main/java/com/indexdata/mkjsf/config/Configurable.java +++ b/src/main/java/com/indexdata/mkjsf/config/Configurable.java @@ -33,7 +33,8 @@ public interface Configurable { /** * Returns the name of the module, can be used by a configuration reader that - * has distinguishes between sets of configuration properties by component name + * distinguishes between sets of configuration properties by component name, a + * name space of sorts. * @return name of the part that is to be configured */ public String getModuleName();