From: Niels Erik G. Nielsen Date: Wed, 8 May 2013 19:35:55 +0000 (-0400) Subject: Fixes comment typo X-Git-Tag: v0.0.7~126 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=0d2b106b50b9a8502ab082c6104443fce5401728;p=mkjsf-moved-to-github.git Fixes comment typo --- 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();