You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ct...@apache.org on 2008/12/17 20:28:40 UTC

svn commit: r727481 - /webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java

Author: ctwiner
Date: Wed Dec 17 11:28:39 2008
New Revision: 727481

URL: http://svn.apache.org/viewvc?rev=727481&view=rev
Log:
wrong constant

Modified:
    webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java

Modified: webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java?rev=727481&r1=727480&r2=727481&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java (original)
+++ webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java Wed Dec 17 11:28:39 2008
@@ -77,7 +77,7 @@
     public static final String GET_CURRENT_URI = PRODUCER_URI + "/GetCurrentMessageRequest";
     
     public static final QName INIT_TERMINATION_TIME_QNAME = 
-        new QName(NAMESPACE_URI, "TerminationTime", PREFIX);
+    	new QName(NAMESPACE_URI, "InitialTerminationTime", PREFIX);
     
     public static final QName INVALID_FILTER_QNAME = 
         new QName(NAMESPACE_URI, "InvalidFilterFault", PREFIX);