Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web
In directory usw-pr-cvs1:/tmp/cvs-serv31553/web
Modified Files:
Constants.java
Log Message:
Add new values
Index: Constants.java
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web/Constants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Constants.java 22 Apr 2002 17:38:59 -0000 1.1
--- Constants.java 24 Apr 2002 20:07:36 -0000 1.2
***************
*** 10,16 ****
{
/** Description of the Field */
! public final static String EJB_CONNECTOR = "ejbConnector";
/** Description of the Field */
! public final static String TREE_ROOT = "root";
/** Description of the Field */
public final static String DOMAIN = "domain";
--- 10,20 ----
{
/** Description of the Field */
! public final static String CONNECTOR = "tree";
/** Description of the Field */
! public final static String TREE = "tree";
! /** Description of the Field */
! public final static String DETAIL = "detail";
! /** Description of the Field */
! public final static String DETAIL_INFO = "detail.info";
/** Description of the Field */
public final static String DOMAIN = "domain";
|