You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-rmi-4.0/javaagent/src/test/java/springrmi/app/ejb/SpringRmiGreeterRemote.java
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
importjava.rmi.RemoteException;
10
10
importspringrmi.app.SpringRmiGreeter;
11
11
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.
0 commit comments