You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/10/10 21:12:15 UTC

svn commit: r462501 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java

Author: nagy
Date: Tue Oct 10 12:12:14 2006
New Revision: 462501

URL: http://svn.apache.org/viewvc?view=rev&rev=462501
Log:
Fixed a character set encoding issue

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java?view=diff&rev=462501&r1=462500&r2=462501
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java Tue Oct 10 12:12:14 2006
@@ -24,7 +24,7 @@
  * When you want to initialize database connections , starting threads and etc..
  * at the time you deploy  service (similar to loadonstartup).
  * You need to implement this interface and add additional (optional) attribute
- * into services.xml <service name=”Foo”  class=”Service life cycle impl class”>
+ * into services.xml <service name="Foo"  class="Service life cycle impl class">
  */
 
 public interface ServiceLifeCycle {



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