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 ru...@apache.org on 2006/09/25 15:38:55 UTC

svn commit: r449681 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java

Author: ruchithf
Date: Mon Sep 25 06:38:55 2006
New Revision: 449681

URL: http://svn.apache.org/viewvc?view=rev&rev=449681
Log:
Getting rid of the following warning :

    [javac] /home/ruchith/workspace/axis2/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java:420: warning: unmappable character for encoding ASCII
    [javac]      * When user adds the ?load-on-startup? parameter into services.xml ,
	

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java?view=diff&rev=449681&r1=449680&r2=449681
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java Mon Sep 25 06:38:55 2006
@@ -417,7 +417,7 @@
     }
 
     /**
-     * When user adds the “load-on-startup” parameter into services.xml ,
+     * When user adds the "load-on-startup" parameter into services.xml ,
      * Axis2 will call following method using java reflection.
      * If user has DB initialization , Thread creation then he can do that at this point.
      * Public void startUp(ConfigurationContext) {}



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