You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2006/08/04 10:42:40 UTC

svn commit: r428661 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/ThreadContextMigrator.java

Author: nagy
Date: Fri Aug  4 01:42:40 2006
New Revision: 428661

URL: http://svn.apache.org/viewvc?rev=428661&view=rev
Log:
Fixed an incorrect comment.

Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/ThreadContextMigrator.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/ThreadContextMigrator.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/ThreadContextMigrator.java?rev=428661&r1=428660&r2=428661&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/ThreadContextMigrator.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/ThreadContextMigrator.java Fri Aug  4 01:42:40 2006
@@ -49,7 +49,7 @@
  * migrateThreadToContext(req)
  * cleanupContext(rsp)
  * migrateContextToThread(rsp)
- * Note: there is no corresponding cleanupContext(rsp); one of the inbound
+ * Note: there is no corresponding cleanupThread(rsp); one of the inbound
  *       cases would need to handle this
  * 
  * If a fault occurs during execution of one of the migrators, it will be



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