You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/05/19 04:58:51 UTC

svn commit: r170859 - /struts/core/trunk/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java

Author: jmitchell
Date: Wed May 18 19:58:51 2005
New Revision: 170859

URL: http://svn.apache.org/viewcvs?rev=170859&view=rev
Log:
add no-arg constructor - see bugzilla ticket 34949

Modified:
    struts/core/trunk/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java

Modified: struts/core/trunk/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java
URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java?rev=170859&r1=170858&r2=170859&view=diff
==============================================================================
--- struts/core/trunk/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java (original)
+++ struts/core/trunk/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java Wed May 18 19:58:51 2005
@@ -49,6 +49,15 @@
 public class ModuleConfigImpl extends BaseConfig implements Serializable, ModuleConfig {
 
     /**
+     * Constructor for ModuleConfigImpl.  Assumes default configuration.
+     *
+     * @since Struts 1.2.8
+     */
+    public ModuleConfigImpl() {
+        this("/");
+    }
+
+    /**
      * Construct an ModuleConfigImpl object according to the specified
      * parameter values.
      *



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org