costin 2002/10/17 09:49:03 Modified: naming/src/org/apache/naming/modules/fs FileDirContext.java Log: Fix broken licence comment. Fix the lookup signature. Revision Changes Path 1.3 +1 -16 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/fs/FileDirContext.java Index: FileDirContext.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/fs/FileDirContext.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- FileDirContext.java 8 Oct 2002 18:46:43 -0000 1.2 +++ FileDirContext.java 17 Oct 2002 16:49:03 -0000 1.3 @@ -13,21 +13,6 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * - * 2. Re/* - * ==================================================================== - * - * The Apache Software License, Version 1.1 - * - * Copyright (c) 1999 The Apache Software Foundation. All rights - * reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * 2. Rey appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * @@ -257,7 +242,7 @@ * @return the object bound to name * @exception NamingException if a naming exception is encountered */ - public Object lookup(Name nameObj, boolean resolveLinkx, Object o) + public Object lookup(Name nameObj, boolean resolveLinkx) throws NamingException { if( log.isDebugEnabled() ) log.debug( "lookup " + nameObj );
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>