[jboss-cvs] JBossCache/src/org/jboss/cache ...
Manik Surtani
manik at jboss.org
Thu May 24 16:34:04 EDT 2007
User: msurtani
Date: 07/05/24 16:34:04
Modified: src/org/jboss/cache InvocationContext.java
Log:
added to toString
Revision Changes Path
1.14 +1 -0 JBossCache/src/org/jboss/cache/InvocationContext.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: InvocationContext.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/InvocationContext.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- InvocationContext.java 23 May 2007 15:22:05 -0000 1.13
+++ InvocationContext.java 24 May 2007 20:34:04 -0000 1.14
@@ -153,6 +153,7 @@
public String toString()
{
return "InvocationContext{" +
+ "methodCall=" + methodCall +
"transaction=" + transaction +
", globalTransaction=" + globalTransaction +
", optionOverrides=" + optionOverrides +
More information about the jboss-cvs-commits
mailing list