diff servlet/src/digilib/auth/XMLAuthOps.java @ 88:398d39ee1014

New version 1.8b4. Utility classes use newer Collection classes like HashMap.
author robcast
date Mon, 17 Mar 2003 15:24:55 +0100
parents 3b8797fc3e90
children afe7ff98bb71
line wrap: on
line diff
--- a/servlet/src/digilib/auth/XMLAuthOps.java	Mon Mar 17 15:23:17 2003 +0100
+++ b/servlet/src/digilib/auth/XMLAuthOps.java	Mon Mar 17 15:24:55 2003 +0100
@@ -70,8 +70,8 @@
 	 */
 	public void init() throws AuthOpException {
 		util.dprintln(10, "xmlauthops.init (" + configFile + ")");
-		Hashtable pathList = null;
-		Hashtable ipList = null;
+		HashMap pathList = null;
+		HashMap ipList = null;
 		try {
 			// create data loader for auth-path file
 			File confFile = new File(configFile);