Author: antonio
Date: Fri Jan 14 23:56:05 2005
New Revision: 125255

URL: http://svn.apache.org/viewcvs?view=rev&rev=125255
Log:
Add javadoc
Modified:
   
cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/acting/ServerPagesAction.java

Modified: 
cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/acting/ServerPagesAction.java
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/acting/ServerPagesAction.java?view=diff&rev=125255&p1=cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/acting/ServerPagesAction.java&r1=125254&p2=cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/acting/ServerPagesAction.java&r2=125255
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/acting/ServerPagesAction.java
    (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/acting/ServerPagesAction.java
    Fri Jan 14 23:56:05 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 1999-2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -69,7 +69,7 @@
  * </pre>
  *
  * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Id: ServerPagesAction.java,v 1.1 2004/03/10 12:58:04 stephan 
Exp $
+ * @version CVS $Id$
  */
 public class ServerPagesAction
         extends ConfigurableComposerAction
@@ -103,6 +103,9 @@
         }
     }
 
+    /* (non-Javadoc)
+     * @see org.apache.avalon.framework.activity.Disposable#dispose()
+     */
     public void dispose() {
         if (this.generatorHandler != null) {
             this.generatorHandler.dispose();

Reply via email to