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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]