vgritsenko    02/04/27 11:29:27

  Modified:    src/java/org/apache/cocoon/servlet CocoonServlet.java
  Log:
  fix javadoc
  
  Revision  Changes    Path
  1.21      +1 -6      
xml-cocoon2/src/java/org/apache/cocoon/servlet/CocoonServlet.java
  
  Index: CocoonServlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/servlet/CocoonServlet.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- CocoonServlet.java        11 Apr 2002 13:42:14 -0000      1.20
  +++ CocoonServlet.java        27 Apr 2002 18:29:26 -0000      1.21
  @@ -62,7 +62,6 @@
   import org.apache.cocoon.Constants;
   import org.apache.cocoon.components.notification.Notifying;
   import org.apache.cocoon.components.notification.SimpleNotifyingBean;
  -import org.apache.cocoon.components.notification.NotifyingBuilder;
   import org.apache.cocoon.components.notification.DefaultNotifyingBuilder;
   import org.apache.cocoon.components.notification.Notifier;
   import org.apache.cocoon.components.request.RequestFactory;
  @@ -118,7 +117,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 $Id: CocoonServlet.java,v 1.20 2002/04/11 13:42:14 sylvain Exp $
  + * @version CVS $Id: CocoonServlet.java,v 1.21 2002/04/27 18:29:26 vgritsenko Exp $
    */
   public class CocoonServlet extends HttpServlet {
   
  @@ -844,8 +843,6 @@
        * If you need to force more than one class to load, then
        * separate each entry with whitespace, a comma, or a semi-colon.
        * Cocoon will strip any whitespace from the entry.
  -     *
  -     * @throws ServletException
        */
       private void forceLoad() {
           if (this.forceLoadParameter != null) {
  @@ -875,8 +872,6 @@
        * If you need to force more than one property to load, then
        * separate each entry with whitespace, a comma, or a semi-colon.
        * Cocoon will strip any whitespace from the entry.
  -     *
  -     * @throws ServletException
        */
       private void forceProperty() {
           if (this.forceSystemProperty != null) {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to