Skip to content

Commit 6d716de

Browse files
committed
Explanatory comment
1 parent ee966f7 commit 6d716de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/spring/spring-rmi-4.0/javaagent/src/test/java/springrmi/app/ejb/SpringRmiGreeterRemote.java

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import java.rmi.RemoteException;
1010
import springrmi.app.SpringRmiGreeter;
1111

12+
// Real EJBs auto-generate a stub class similar to this. As we don't have a way to use the actual
13+
// auto-generated class, this wrapper is used to emulate it.
1214
class SpringRmiGreeterRemote implements Remote {
1315

1416
private final SpringRmiGreeter impl;

0 commit comments

Comments
 (0)