You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ja...@apache.org on 2011/02/14 17:14:16 UTC

svn commit: r1070546 - /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java

Author: jafl
Date: Mon Feb 14 16:14:15 2011
New Revision: 1070546

URL: http://svn.apache.org/viewvc?rev=1070546&view=rev
Log:
WW-3514 remove blank lines

Modified:
    struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java

Modified: struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java?rev=1070546&r1=1070545&r2=1070546&view=diff
==============================================================================
--- struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java (original)
+++ struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java Mon Feb 14 16:14:15 2011
@@ -175,8 +175,6 @@ public class XmlConfigurationProviderAct
         // assertions
         assertEquals(1, actionConfigs.size());
         assertEquals(barWithPackageDefaultClassRefConfig, actionConfigs.get("Bar"));
-
-
     }
 
     public void testDefaultActionClass() throws Exception {
@@ -201,7 +199,6 @@ public class XmlConfigurationProviderAct
         // assertions
         assertEquals(7, actionConfigs.size());
         assertEquals(barWithoutClassNameConfig, actionConfigs.get("BarWithoutClassName"));
-
     }