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/07/13 11:25:58 UTC

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

luetzkendorf    2004/07/13 02:25:58

  Modified:    src/webdav/server/org/apache/slide/webdav/util
                        NotificationConstants.java
  Log:
  cosmetics
  
  Revision  Changes    Path
  1.6       +19 -18    jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/NotificationConstants.java
  
  Index: NotificationConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/NotificationConstants.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NotificationConstants.java	28 Apr 2004 13:09:08 -0000	1.5
  +++ NotificationConstants.java	13 Jul 2004 09:25:58 -0000	1.6
  @@ -30,25 +30,26 @@
    */
   public interface NotificationConstants extends WebdavConstants {
       /** Headers */
  -    String H_NOTIFICATION_TYPE                                            = "Notification-type";
  -    String H_NOTIFICATION_DELAY                                           = "Notification-delay";
  -    String H_SUBSCRIPTION_LIFETIME                                        = "Subscription-lifetime";
  -    String H_SUBSCRIPTION_ID                                              = "Subscription-ID";
  -    String H_SUBSCRIPTION_ID_RESPONSE                                     = "Subscription-id";
  -    String H_CALL_BACK                                                    = "Call-back";
  +    String H_NOTIFICATION_TYPE        = "Notification-type";
  +    String H_NOTIFICATION_DELAY       = "Notification-delay";
  +    String H_SUBSCRIPTION_LIFETIME    = "Subscription-lifetime";
  +    String H_SUBSCRIPTION_ID          = "Subscription-ID";
  +    String H_SUBSCRIPTION_ID_RESPONSE = "Subscription-id";
  +    String H_CALL_BACK                = "Call-back";
  +    String H_CONTENT_LOCATION         = "Content-Location";
   
       /** XML Elements */
  -    String E_SUBSCRIPTION_ID                                              = "subscriptionID";
  -    String E_LISTENER                                                     = "li";
  -    String E_FIRE_EVENTS                                                  = "fire-events";
  -    String E_EVENT                                                        = "event";
  -    String E_VETOABLE_EVENT                                               = "vetoable-event";
  -    String E_INFORMATION                                                  = "information";
  +    String E_SUBSCRIPTION_ID          = "subscriptionID";
  +    String E_LISTENER                 = "li";
  +    String E_FIRE_EVENTS              = "fire-events";
  +    String E_EVENT                    = "event";
  +    String E_VETOABLE_EVENT           = "vetoable-event";
  +    String E_INFORMATION              = "information";
   
       /** Attributes */
  -    String A_INFORMATION_KEY                                              = "name";
  +    String A_INFORMATION_KEY          = "name";
   
       /** Namespace */
  -    String N_PREFIX                                                       = "N";
  -    String N_URI                                                          = "http://schemas.microsoft.com/Exchange/";
  +    String N_PREFIX                   = "N";
  +    String N_URI                      = "http://schemas.microsoft.com/Exchange/";
   }
  
  
  

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