You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/09/03 17:54:07 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util VersioningHelper.java

luetzkendorf    2004/09/03 08:54:07

  Modified:    src/webdav/server/org/apache/slide/webdav/util Tag:
                        SLIDE_2_1_RELEASE_BRANCH VersioningHelper.java
  Log:
  patch by Simone Gianni for bug 30935 applied
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.107.2.1 +4 -4      jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/VersioningHelper.java
  
  Index: VersioningHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/VersioningHelper.java,v
  retrieving revision 1.107
  retrieving revision 1.107.2.1
  diff -u -r1.107 -r1.107.2.1
  --- VersioningHelper.java	5 Aug 2004 14:43:30 -0000	1.107
  +++ VersioningHelper.java	3 Sep 2004 15:54:07 -0000	1.107.2.1
  @@ -1213,7 +1213,7 @@
               vrNrdNew.setContentLanguage( rNrd.getContentLanguage() ); // P_GETCONTENTLANGUAGE
               String comment = (autoVersion ? "CREATED BY AUTO-VERSIONING. " : "");
               if( rNrd.exists(P_COMMENT) )
  -                comment += (String)rNrd.getProperty(P_COMMENT).getValue();
  +                comment = (String)rNrd.getProperty(P_COMMENT).getValue();
               vrNrdNew.setProperty(
                   new NodeProperty(P_COMMENT, comment) );
               
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org