[jboss-cvs] JBossCache/src/org/jboss/cache/marshall ...
Manik Surtani
msurtani at jboss.com
Tue Feb 27 16:57:35 EST 2007
User: msurtani
Date: 07/02/27 16:57:35
Modified: src/org/jboss/cache/marshall MethodCall.java
Log:
JBCACHE-814
Revision Changes Path
1.4 +6 -0 JBossCache/src/org/jboss/cache/marshall/MethodCall.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: MethodCall.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/MethodCall.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- MethodCall.java 11 Dec 2006 21:14:35 -0000 1.3
+++ MethodCall.java 27 Feb 2007 21:57:35 -0000 1.4
@@ -58,6 +58,12 @@
return methodIdInteger;
}
+ @Override
+ public short getId()
+ {
+ throw new RuntimeException("Use of incorrect method! Are you sure you intend to do this instead of getMethodId()?!?");
+ }
+
public String toString()
{
StringBuffer ret = new StringBuffer();
More information about the jboss-cvs-commits
mailing list