You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by sh...@apache.org on 2016/06/04 20:28:42 UTC

groovy git commit: Documentation: correct StandardPropertiesModuleFactory class javadoc

Repository: groovy
Updated Branches:
  refs/heads/master 0b3311357 -> 8bbe3a9ca


Documentation: correct StandardPropertiesModuleFactory class javadoc


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/8bbe3a9c
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/8bbe3a9c
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/8bbe3a9c

Branch: refs/heads/master
Commit: 8bbe3a9ca7a3251c48b37d4d74d5c290a45e39da
Parents: 0b33113
Author: Shil Sinha <sh...@apache.org>
Authored: Sat Jun 4 16:27:27 2016 -0400
Committer: Shil Sinha <sh...@apache.org>
Committed: Sat Jun 4 16:28:12 2016 -0400

----------------------------------------------------------------------
 .../groovy/runtime/m12n/StandardPropertiesModuleFactory.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/8bbe3a9c/src/main/org/codehaus/groovy/runtime/m12n/StandardPropertiesModuleFactory.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/m12n/StandardPropertiesModuleFactory.java b/src/main/org/codehaus/groovy/runtime/m12n/StandardPropertiesModuleFactory.java
index f0bbdf3..870cbee 100644
--- a/src/main/org/codehaus/groovy/runtime/m12n/StandardPropertiesModuleFactory.java
+++ b/src/main/org/codehaus/groovy/runtime/m12n/StandardPropertiesModuleFactory.java
@@ -25,7 +25,7 @@ import java.util.Properties;
 /**
  * This is the standard Groovy module factory. This factory will build a module
  * using the {@link MetaInfExtensionModule} by default, unless a key named
- * "factory" is found in the properties file. If this is the case, then a new
+ * "moduleFactory" is found in the properties file. If this is the case, then a new
  * factory is instantiated and used instead of this factory.
  */
 public class StandardPropertiesModuleFactory extends PropertiesModuleFactory {