You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2003/08/19 08:01:27 UTC

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/servlet/multipart PartInMemory.java

sylvain     2003/08/18 23:01:26

  Modified:    src/java/org/apache/cocoon/servlet/multipart
                        PartInMemory.java
  Log:
  Fix erroneous "32" at start of file (??)
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/src/java/org/apache/cocoon/servlet/multipart/PartInMemory.java
  
  Index: PartInMemory.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/servlet/multipart/PartInMemory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PartInMemory.java	18 Aug 2003 21:55:40 -0000	1.2
  +++ PartInMemory.java	19 Aug 2003 06:01:26 -0000	1.3
  @@ -1,4 +1,4 @@
  -32/*
  +/*
   
    ============================================================================
                      The Apache Software License, Version 1.1