User: oberg
Date: 01/02/20 07:12:55
Modified: src/main/org/jboss/naming/java javaURLContextFactory.java
Log:
Fixed comment.
Revision Changes Path
1.6 +2 -16 jboss/src/main/org/jboss/naming/java/javaURLContextFactory.java
Index: javaURLContextFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/naming/java/javaURLContextFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- javaURLContextFactory.java 2000/12/07 15:45:10 1.5
+++ javaURLContextFactory.java 2001/02/20 15:12:54 1.6
@@ -14,15 +14,11 @@
import org.jnp.server.NamingServer;
/**
- * Implementation of "java:" namespace factory. The context is associated
- * with the thread, so the root context must be set before this is used in a
thread
- *
- * SA FIXME: the java: namespace should be global. the java:comp/env subcontext
should
- * be threadlocal
+ * Implementation of "java:" namespace factory. java: is a VM-local namespace.
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*/
public class javaURLContextFactory
implements ObjectFactory
@@ -58,14 +54,4 @@
{
return new NamingContext(environment, name, root);
}
-
- // Y overrides ---------------------------------------------------
-
- // Package protected ---------------------------------------------
-
- // Protected -----------------------------------------------------
-
- // Private -------------------------------------------------------
-
- // Inner classes -------------------------------------------------
}