From 0d2b106b50b9a8502ab082c6104443fce5401728 Mon Sep 17 00:00:00 2001 From: "Niels Erik G. Nielsen" Date: Wed, 8 May 2013 15:35:55 -0400 Subject: [PATCH] Fixes comment typo --- src/main/java/com/indexdata/mkjsf/config/Configurable.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 1.7.10.4