Author: musachy
Date: Thu May 22 18:35:46 2008
New Revision: 659353
URL: http://svn.apache.org/viewvc?rev=659353&view=rev
Log:
Remove trailing comma
Modified:
struts/sandbox/trunk/struts2-convention-plugin/src/test/java/org/apache/struts2/convention/actions/namespace4/ActionAndPackageLevelNamespacesAction.java
Modified:
struts/sandbox/trunk/struts2-convention-plugin/src/test/java/org/apache/struts2/convention/actions/namespace4/ActionAndPackageLevelNamespacesAction.java
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-convention-plugin/src/test/java/org/apache/struts2/convention/actions/namespace4/ActionAndPackageLevelNamespacesAction.java?rev=659353&r1=659352&r2=659353&view=diff
==============================================================================
---
struts/sandbox/trunk/struts2-convention-plugin/src/test/java/org/apache/struts2/convention/actions/namespace4/ActionAndPackageLevelNamespacesAction.java
(original)
+++
struts/sandbox/trunk/struts2-convention-plugin/src/test/java/org/apache/struts2/convention/actions/namespace4/ActionAndPackageLevelNamespacesAction.java
Thu May 22 18:35:46 2008
@@ -24,7 +24,7 @@
import org.apache.struts2.convention.annotation.Namespaces;
@Namespaces({
- @Namespace("/namespaces3"),
+ @Namespace("/namespaces3")
})
public class ActionAndPackageLevelNamespacesAction {
public String execute() {