Skip to content

Commit 2b2febd

Browse files
committed
Fix incorrect class name in LogAspect
1 parent 6865f69 commit 2b2febd

File tree

1 file changed

+1
-1
lines changed
  • modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2

1 file changed

+1
-1
lines changed

modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/LogAspect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void aroundWriteTo(ProceedingJoinPoint proceedingJoinPoint,
6262
}
6363

6464
@AfterReturning(
65-
pointcut="call(jakarta.activation.DataSource org.apache.axis2.format.MessageFormatterEx.getDataSource(..))",
65+
pointcut="call(jakarta.activation.DataSource org.apache.axis2.kernel.MessageFormatter.getDataSource(..))",
6666
returning="dataSource")
6767
public void afterGetDataSource(DataSource dataSource) {
6868
if (TestKitLogManager.INSTANCE.isLoggingEnabled()) {

0 commit comments

Comments
 (0)