vladimir 2003/04/04 00:27:46
Modified: java/examples/Addressbook/src/java/addressbook SearchContacts.java Action.java Group.java Log: cleanup Revision Changes Path 1.3 +1 -5 xml-xindice/java/examples/Addressbook/src/java/addressbook/SearchContacts.java Index: SearchContacts.java =================================================================== RCS file: /home/cvs/xml-xindice/java/examples/Addressbook/src/java/addressbook/SearchContacts.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SearchContacts.java 11 Mar 2002 22:32:35 -0000 1.2 +++ SearchContacts.java 4 Apr 2003 08:27:45 -0000 1.3 @@ -60,7 +60,6 @@ */ import java.io.*; -import java.util.Vector; import javax.servlet.*; import javax.servlet.http.*; @@ -75,7 +74,6 @@ public boolean attributeSearch(HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException { Collection col = null; - Vector vector = null; String xpath = null; try { @@ -143,8 +141,6 @@ public boolean xpathSearch(HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException { Collection col = null; - Vector vector = null; - String xpath = null; try { 1.2 +1 -4 xml-xindice/java/examples/Addressbook/src/java/addressbook/Action.java Index: Action.java =================================================================== RCS file: /home/cvs/xml-xindice/java/examples/Addressbook/src/java/addressbook/Action.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Action.java 6 Dec 2001 19:33:52 -0000 1.1 +++ Action.java 4 Apr 2003 08:27:46 -0000 1.2 @@ -59,9 +59,6 @@ * $Id$ */ -import org.xmldb.api.DatabaseManager; - -import java.io.IOException; import java.util.Hashtable; import java.util.Vector; 1.2 +1 -2 xml-xindice/java/examples/Addressbook/src/java/addressbook/Group.java Index: Group.java =================================================================== RCS file: /home/cvs/xml-xindice/java/examples/Addressbook/src/java/addressbook/Group.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Group.java 6 Dec 2001 19:33:52 -0000 1.1 +++ Group.java 4 Apr 2003 08:27:46 -0000 1.2 @@ -60,7 +60,6 @@ */ import java.util.Vector; -import java.util.Hashtable; import org.xmldb.api.base.*; import org.xmldb.api.modules.*;