Update of /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/util
In directory usw-pr-cvs1:/tmp/cvs-serv26076/common/src/main/net/sourceforge/ejtools/util
Modified Files:
JNDI.java
Log Message:
Pretty print
Index: JNDI.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/util/JNDI.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** JNDI.java 30 May 2002 21:32:29 -0000 1.6
--- JNDI.java 4 Jun 2002 06:35:44 -0000 1.7
***************
*** 24,34 ****
public abstract class JNDI
{
- /** J2EE JNDI Separator */
- public static String SEPARATOR = "/";
/** Log4j Logger */
! private static Category logger = Category.getInstance(JNDI.class);
! /** Look-up for a file named jndi.properties in the classpath. If found, it is load into the VM environment. */
public static void setJNDIProperties()
{
--- 24,32 ----
public abstract class JNDI
{
/** Log4j Logger */
! static Category logger = Category.getInstance(JNDI.class);
! /** Look-up for a file named jndi.properties in the classpath. If found, it is load into the VM environment. */
public static void setJNDIProperties()
{
|