[Ejtools-cvs] CVS: applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model Serv
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-24 20:17:08
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model In directory usw-pr-cvs1:/tmp/cvs-serv2441/src/main/net/sourceforge/ejtools/jndibrowser/model Modified Files: Server.java Log Message: Remove test property Index: Server.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/model/Server.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Server.java 22 Apr 2002 17:41:53 -0000 1.1 --- Server.java 24 Apr 2002 20:17:03 -0000 1.2 *************** *** 106,120 **** /** - * Gets the types attribute of the Server object - * - * @return The types value - */ - public String[] getTypes() - { - return new String[]{"aze", "qsd", "wxc"}; - } - - - /** * Gets the url attribute of the JndiServer object * --- 106,109 ---- |