minor cleanup

This commit is contained in:
Joakim Erdfelt 2014-02-12 16:35:48 -07:00
parent 70fb1a98b7
commit 30c5998d3c
1 changed files with 1 additions and 10 deletions

View File

@ -46,14 +46,6 @@ import org.eclipse.jetty.util.log.Logger;
* <p><h4>Usage</h4>
* <pre>
*/
/*
* </pre>
*
* @see
*
*
* @version 1.0
*/
public class javaRootURLContext implements Context
{
private static Logger __log = NamingUtil.__log;
@ -81,7 +73,7 @@ public class javaRootURLContext implements Context
ContextFactory.class.getName(),
(String)null);
//bind special object factory at comp
// bind special object factory at comp
__nameRoot.bind ("comp", ref);
}
catch (Exception e)
@ -103,7 +95,6 @@ public class javaRootURLContext implements Context
_env = env;
}
public Object lookup(Name name)
throws NamingException
{