cziegeler 01/10/29 07:31:22 Modified: src/org/apache/cocoon/servlet Tag: cocoon_20_branch CocoonServlet.java Log: Indentation patch Submitted by: Gregory Steuck [[EMAIL PROTECTED]] Revision Changes Path No revision No revision 1.13.2.32 +2 -2 xml-cocoon2/src/org/apache/cocoon/servlet/CocoonServlet.java Index: CocoonServlet.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/servlet/CocoonServlet.java,v retrieving revision 1.13.2.31 retrieving revision 1.13.2.32 diff -u -r1.13.2.31 -r1.13.2.32 --- CocoonServlet.java 2001/10/29 07:38:55 1.13.2.31 +++ CocoonServlet.java 2001/10/29 15:31:22 1.13.2.32 @@ -58,7 +58,7 @@ * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a> * @author <a href="mailto:[EMAIL PROTECTED]">Leo Sutic</a> - * @version CVS $Revision: 1.13.2.31 $ $Date: 2001/10/29 07:38:55 $ + * @version CVS $Revision: 1.13.2.32 $ $Date: 2001/10/29 15:31:22 $ */ public class CocoonServlet extends HttpServlet { @@ -172,7 +172,7 @@ this.cacheDir.mkdirs(); this.appContext.put(Constants.CONTEXT_CONFIG_URL, - this.getConfigFile(conf.getInitParameter("configurations"))); + this.getConfigFile(conf.getInitParameter("configurations"))); if(conf.getInitParameter("configurations") == null) { log.debug("configurations was not set - defaulting to... ?"); }
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]