Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/examples-trunk%2Fejb-examples%2FREADME.md
vaadim
Index: trunk/content/examples-trunk/ejb-examples/README.md
===================================================================
--- trunk/content/examples-trunk/ejb-examples/README.md (revision 1457604)
+++ trunk/content/examples-trunk/ejb-examples/README.md (working copy)
@@ -125,7 +125,7 @@
out.println("Remote EJB");
out.println("@EJB=" + remoteEJB);
- if (localEJB != null) {
+ if (remoteEJB != null) {
out.println("@EJB.getName()=" + remoteEJB.getName());
}
out.println("JNDI=" + lookupField("remoteEJB"));