You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/11/16 04:07:54 UTC

svn commit: r344858 - /struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java

Author: craigmcc
Date: Tue Nov 15 19:07:52 2005
New Revision: 344858

URL: http://svn.apache.org/viewcvs?rev=344858&view=rev
Log:
While we are at it, eliminate the last deprecation (from Digester) in the
core-library compile.

Modified:
    struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java?rev=344858&r1=344857&r2=344858&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java Tue Nov 15 19:07:52 2005
@@ -274,7 +274,7 @@
 
     static class AddDialogRule extends Rule {
 
-        public void end() throws Exception {
+        public void end(String namespace, String name) throws Exception {
 
             Dialog dialog = (Dialog) getDigester().peek();
             Map map = (Map) getDigester().peek(1);



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