remm        01/05/13 17:10:50

  Modified:    src/webdav/client/src/org/apache/webdav/lib/properties
                        CurrentUserPrivilegeSetProperty.java
  Log:
  - Forgot some '-' in the property element name.
  
  Revision  Changes    Path
  1.2       +4 -4      
jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/CurrentUserPrivilegeSetProperty.java
  
  Index: CurrentUserPrivilegeSetProperty.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/CurrentUserPrivilegeSetProperty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CurrentUserPrivilegeSetProperty.java      2001/05/14 00:08:12     1.1
  +++ CurrentUserPrivilegeSetProperty.java      2001/05/14 00:10:50     1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/CurrentUserPrivilegeSetProperty.java,v
 1.1 2001/05/14 00:08:12 remm Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/05/14 00:08:12 $
  + * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/CurrentUserPrivilegeSetProperty.java,v
 1.2 2001/05/14 00:10:50 remm Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/05/14 00:10:50 $
    *
    * ====================================================================
    *
  @@ -86,7 +86,7 @@
       /**
        * The property name.
        */
  -    public static final String TAG_NAME = "currentuserprivilegeset";
  +    public static final String TAG_NAME = "current-user-privilege-set";
   
   
       // ----------------------------------------------------------- Constructors
  
  
  

Reply via email to