cziegeler 01/10/29 07:31:50
Modified: src/org/apache/cocoon/servlet CocoonServlet.java
Log:
Indentation patch
Submitted by: Gregory Steuck [[EMAIL PROTECTED]]
Revision Changes Path
1.49 +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.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- CocoonServlet.java 2001/10/29 07:38:05 1.48
+++ CocoonServlet.java 2001/10/29 15:31:50 1.49
@@ -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.48 $ $Date: 2001/10/29 07:38:05 $
+ * @version CVS $Revision: 1.49 $ $Date: 2001/10/29 15:31:50 $
*/
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]