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/05 13:30:59 UTC

[3/3] groovy git commit: Documentation: correct StandardPropertiesModuleFactory class javadoc

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/bb3daa2c
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/bb3daa2c
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/bb3daa2c

Branch: refs/heads/GROOVY_2_4_X
Commit: bb3daa2c00e3415a0637323bce35d3938919b5d4
Parents: 115d360
Author: Shil Sinha <sh...@apache.org>
Authored: Sat Jun 4 16:27:27 2016 -0400
Committer: Shil Sinha <sh...@apache.org>
Committed: Sun Jun 5 09:18:50 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/bb3daa2c/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 {