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:28 UTC

svn commit: r170858 - /struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java

Author: jmitchell
Date: Wed May 18 19:58:27 2005
New Revision: 170858

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

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

Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java?rev=170858&r1=170857&r2=170858&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java Wed May 18 19:58:27 2005
@@ -47,6 +47,15 @@
  * @since Struts 1.1
  */
 public class ModuleConfigImpl 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



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