Skip to content

Commit

Permalink
Explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zackman0010 committed Apr 18, 2024
1 parent 27e9af3 commit 6546cfd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import java.rmi.RemoteException;
import springrmi.app.SpringRmiGreeter;

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

private final SpringRmiGreeter impl;
Expand Down

0 comments on commit 6546cfd

Please sign in to comment.