Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 59104 invoked by uid 500); 19 Dec 2002 03:42:05 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 59095 invoked by uid 500); 19 Dec 2002 03:42:05 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 19 Dec 2002 03:42:04 -0000 Message-ID: <20021219034204.15534.qmail@icarus.apache.org> From: crossley@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/resolver ResolverImpl.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N crossley 2002/12/18 19:42:04 Modified: src/java/org/apache/cocoon/components/resolver ResolverImpl.java Log: Tweak some javadoc tags. Revision Changes Path 1.16 +6 -4 xml-cocoon2/src/java/org/apache/cocoon/components/resolver/ResolverImpl.java Index: ResolverImpl.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/resolver/ResolverImpl.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ResolverImpl.java 5 Dec 2002 10:10:45 -0000 1.15 +++ ResolverImpl.java 19 Dec 2002 03:42:04 -0000 1.16 @@ -87,8 +87,9 @@ * </entity-resolver> * * @author Davanum Srinivas - * @author David Crossley + * @author David Crossley * @version CVS $Id$ + * @since 2.0rc1 */ public class ResolverImpl extends AbstractLogEnabled implements EntityResolver, @@ -119,8 +120,8 @@ /** * Set the configuration. Load the system catalog and apply any * parameters that may have been specified in cocoon.xconf - * @param conf The configuration information - * @exception ConfigurationException + * @param params The configuration information + * @exception ParameterException */ public void parameterize(Parameters params) throws ParameterException { @@ -179,6 +180,7 @@ /** * Set the global component manager. * @param manager The global component manager + * @exception ComponentException */ public void compose(ComponentManager manager) throws ComponentException { if ((this.manager == null) && (manager != null)) { ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org