vgritsenko    2002/10/21 21:01:58

  Modified:    src/java/org/apache/cocoon/servlet CocoonServlet.java
  Log:
  fix comments
  
  Revision  Changes    Path
  1.41      +3 -3      
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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- CocoonServlet.java        4 Oct 2002 08:46:05 -0000       1.40
  +++ CocoonServlet.java        22 Oct 2002 04:01:58 -0000      1.41
  @@ -339,7 +339,7 @@
               if (this.servletContextPath == null) {
                   this.uploadDir = new File(uploadDirParam);
               } else {
  -                // Context path exists : is work-directory absolute ?
  +                // Context path exists : is upload-directory absolute ?
                   File uploadDirParamFile = new File(uploadDirParam);
                   if (uploadDirParamFile.isAbsolute()) {
                       // Yes : keep it as is
  @@ -371,7 +371,7 @@
               if (this.servletContextPath == null) {
                   this.cacheDir = new File(cacheDirParam);
               } else {
  -                // Context path exists : is work-directory absolute ?
  +                // Context path exists : is cache-directory absolute ?
                   File cacheDirParamFile = new File(cacheDirParam);
                   if (cacheDirParamFile.isAbsolute()) {
                       // Yes : keep it as is
  
  
  

----------------------------------------------------------------------
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