[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting ...
Gavin King
gavin.king at jboss.com
Fri Jun 22 11:46:53 EDT 2007
User: gavin
Date: 07/06/22 11:46:53
Modified: src/remoting/org/jboss/seam/remoting Remoting.java
Log:
adjust em to public
Revision Changes Path
1.7 +1 -1 jboss-seam/src/remoting/org/jboss/seam/remoting/Remoting.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Remoting.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/Remoting.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Remoting.java 22 Jun 2007 15:41:30 -0000 1.6
+++ Remoting.java 22 Jun 2007 15:46:53 -0000 1.7
@@ -59,7 +59,7 @@
private static final String REMOTING_RESOURCE_PATH = "resource";
@Override
- protected String getResourcePath()
+ public String getResourcePath()
{
return "/remoting";
}
More information about the jboss-cvs-commits
mailing list