--- oo_1.0.1_src/XmlSearch/src/com/sun/xmlsearch/util/ExtensibleURLStreamHandlerFactory.java.old Thu Nov 30 19:03:34 2000 +++ oo_1.0.1_src/XmlSearch/src/com/sun/xmlsearch/util/ExtensibleURLStreamHandlerFactory.java Fri Nov 1 19:34:38 2002 @@ -2,9 +2,9 @@ * * $RCSfile$ * - * $Revision$ + * $Revision$ * - * last change: $Author$ $Date$ + * last change: $Author$ $Date$ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ Class.forName(className != null ? className : "sun.net.www.protocol." + protocol + ".Handler"); - return (URLStreamHandler)handlerClass.newInstance();; + return (URLStreamHandler)handlerClass.newInstance(); } catch (Exception e) { System.err.println(e);