[jboss-cvs] JBossAS SVN: r59692 - branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/joinpoint.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 17 10:51:07 EST 2007
Author: flavia.rainone at jboss.com
Date: 2007-01-17 10:51:07 -0500 (Wed, 17 Jan 2007)
New Revision: 59692
Modified:
branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/joinpoint/ConstructorCalledByMethodInvocationWrapper.java
Log:
[JBAOP-336] Removed getCallingObject method, that is duplicated on the superclass
Modified: branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/joinpoint/ConstructorCalledByMethodInvocationWrapper.java
===================================================================
--- branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/joinpoint/ConstructorCalledByMethodInvocationWrapper.java 2007-01-17 15:50:12 UTC (rev 59691)
+++ branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/joinpoint/ConstructorCalledByMethodInvocationWrapper.java 2007-01-17 15:51:07 UTC (rev 59692)
@@ -161,9 +161,4 @@
{
wrapped.setArguments(arguments);
}
-
- public Object getCallingObject()
- {
- return wrapped.getCallingObject();
- }
}
More information about the jboss-cvs-commits
mailing list