Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/examples-trunk%2Fejb-examples%2FREADME.md



Index: trunk/content/examples-trunk/ejb-examples/README.md
===================================================================
--- trunk/content/examples-trunk/ejb-examples/README.md (revision 1584477)
+++ 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"));

Reply via email to