[jboss-cvs] JBossAS SVN: r77379 - projects/ejb3/trunk/proxy/src/main/java/org/jboss/ejb3/proxy/jndiregistrar.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 23 10:33:34 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-08-23 10:33:33 -0400 (Sat, 23 Aug 2008)
New Revision: 77379

Modified:
   projects/ejb3/trunk/proxy/src/main/java/org/jboss/ejb3/proxy/jndiregistrar/JndiSessionRegistrarBase.java
Log:
javadoc and assertion msg typos

Modified: projects/ejb3/trunk/proxy/src/main/java/org/jboss/ejb3/proxy/jndiregistrar/JndiSessionRegistrarBase.java
===================================================================
--- projects/ejb3/trunk/proxy/src/main/java/org/jboss/ejb3/proxy/jndiregistrar/JndiSessionRegistrarBase.java	2008-08-23 14:32:21 UTC (rev 77378)
+++ projects/ejb3/trunk/proxy/src/main/java/org/jboss/ejb3/proxy/jndiregistrar/JndiSessionRegistrarBase.java	2008-08-23 14:33:33 UTC (rev 77379)
@@ -812,7 +812,7 @@
     * Returns the name of the unique key under which a Proxy Factory will 
     * be registered.  Will follow form:
     * 
-    * (jndiName)/ProxyFactory/
+    * ProxyFactory/(jndiName)
     * 
     * ...depending upon the specified "isLocal" flag
     * 
@@ -836,7 +836,7 @@
 
       // Ensure suffix is specified
       assert suffix != null && !suffix.equals("") : ProxyFactory.class.getSimpleName()
-            + " key prefix for binding to registry is noy specified";
+            + " key prefix for binding to registry is not specified";
 
       // Assemble and return
       String key = JndiSessionRegistrarBase.KEY_PREFIX_PROXY_FACTORY_REGISTRY + suffix;




More information about the jboss-cvs-commits mailing list