You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by Andrew Eberbach <ae...@us.ibm.com> on 2006/09/07 22:09:02 UTC

Re: svn commit: r441190 - /webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java

Fix committed:

http://svn.apache.org/viewvc?view=rev&revision=441190

Thanks,
Andrew

Andrew Eberbach
Autonomic Computing
(919) 254-2645
T/L: 444-2645
aeberbac@us.ibm.com



aeberbac@apache.org 
09/07/2006 03:37 PM
Please respond to
muse-dev@ws.apache.org


To
muse-cvs@ws.apache.org
cc

Subject
svn commit: r441190 - 
/webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java






Author: aeberbac
Date: Thu Sep  7 12:37:31 2006
New Revision: 441190

URL: http://svn.apache.org/viewvc?view=rev&rev=441190
Log:
fixed small post-freeze bug relating to the built-in capability 
information

Modified:
 
webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java

Modified: 
webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java
URL: 
http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java?view=diff&rev=441190&r1=441189&r2=441190

==============================================================================
--- 
webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java 
(original)
+++ 
webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java 
Thu Sep  7 12:37:31 2006
@@ -282,7 +282,7 @@
 
 _internalActionMap.put(WsnConstants.SUBSCRIBE_QNAME,
 WsnConstants.SUBSCRIBE_URI); 
- _internalActionMap.put(WsnConstants.SUBSCRIBE_QNAME,
+ _internalActionMap.put(WsnConstants.GET_CURRENT_QNAME,
 WsnConstants.GET_CURRENT_URI);
                 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org