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 di...@apache.org on 2005/12/25 06:26:31 UTC

svn commit: r358967 - in /webservices/axis2/trunk/java/modules/core: src/org/apache/axis2/deployment/repository/util/ src/org/apache/axis2/description/ src/org/apache/axis2/engine/ test/org/apache/axis2/phaserule/

Author: dims
Date: Sat Dec 24 21:26:24 2005
New Revision: 358967

URL: http://svn.apache.org/viewcvs?rev=358967&view=rev
Log:
fix typo alredy -> already

Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/repository/util/WSInfoList.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisOperation.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisServiceGroup.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfiguration.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java
    webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaseFirstTest.java
    webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaselastTest.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/repository/util/WSInfoList.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/repository/util/WSInfoList.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/repository/util/WSInfoList.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/repository/util/WSInfoList.java Sat Dec 24 21:26:24 2005
@@ -55,7 +55,7 @@
      * keep those infor call WSInfo and that will be added to jarist and actual
      * jar file will be added to DeploymentEngine
      * <p/>
-     * If it is alredy exsit then it check whether it has been updated
+     * If it is already exists then it check whether it has been updated
      * then change the last update date of the wsInfo and added two entries to DeploymentEngine
      * one for New Deployment and other for undeployment
      *
@@ -220,7 +220,7 @@
     }
 
     /**
-     * to check whether the file is alredy in the list
+     * to check whether the file is already in the list
      *
      * @param filename
      */

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisOperation.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisOperation.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisOperation.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisOperation.java Sat Dec 24 21:26:24 2005
@@ -137,7 +137,7 @@
 
             if (module.getName().equals(moduleref.getName())) {
                 log.debug(moduleref.getName().getLocalPart()
-                        + " module has alredy engaged to the operation"
+                        + " module has already engaged to the operation"
                         + "  operation terminated !!!");
                 needToadd = false;
             }

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java Sat Dec 24 21:26:24 2005
@@ -264,7 +264,7 @@
 
             if (module.getName().equals(moduleref.getName())) {
                 log.debug(moduleref.getName().getLocalPart()
-                        + " module has alredy been engaged on the service. "
+                        + " module has already been engaged on the service. "
                         + " Operation terminated !!!");
                 needToadd = false;
             }

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisServiceGroup.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisServiceGroup.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisServiceGroup.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisServiceGroup.java Sat Dec 24 21:26:24 2005
@@ -137,7 +137,7 @@
 
             if (modu.getLocalPart().equals(moduleName.getLocalPart())) {
                 log.debug(moduleName.getLocalPart()
-                        + " module has alredy been engaged on the service Group. "
+                        + " module has already been engaged on the service Group. "
                         + " Operation terminated !!!");
                 needToadd = false;
             }

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfiguration.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfiguration.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfiguration.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfiguration.java Sat Dec 24 21:26:24 2005
@@ -184,7 +184,7 @@
 
             if (allservices.get(description.getName()) != null) {
                 throw new AxisFault("Two services can not have same name, a service with "
-                        + description.getName() + " alredy exist in the system");
+                        + description.getName() + " already exists in the system");
             }
         }
 

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java Sat Dec 24 21:26:24 2005
@@ -464,7 +464,7 @@
      */
     public void setPhaseFirst(Handler phaseFirst) throws PhaseException {
         if (phasefirstset) {
-            throw new PhaseException("PhaseFirst alredy has been set, cannot have two"
+            throw new PhaseException("PhaseFirst has been set already, cannot have two"
                     + " phaseFirst Handler for same phase " + this.getPhaseName());
         } else {
             handlers.add(0, phaseFirst);

Modified: webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaseFirstTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaseFirstTest.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaseFirstTest.java (original)
+++ webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaseFirstTest.java Sat Dec 24 21:26:24 2005
@@ -69,7 +69,7 @@
             rule1.setPhaseFirst(true);
             hm1.setRules(rule1);
             ph.addHandler(hm1);
-            fail("This should be faild with PhaseFirst alredy has been set, cannot have two " +
+            fail("This should be faild with PhaseFirst already has been set, cannot have two " +
                     "phaseFirst Handler for same phase ");
         } catch (AxisFault axisFault) {
             return;

Modified: webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaselastTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaselastTest.java?rev=358967&r1=358966&r2=358967&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaselastTest.java (original)
+++ webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/phaserule/InvalidPhaselastTest.java Sat Dec 24 21:26:24 2005
@@ -69,7 +69,7 @@
             rule1.setPhaseLast(true);
             hm1.setRules(rule1);
             ph.addHandler(hm1);
-            fail("This should be faild with Phaselast alredy has been set, cannot have two " +
+            fail("This should be faild with Phaselast already has been set, cannot have two " +
                     "phaseFirst Handler for same phase ");
         } catch (AxisFault axisFault) {
             return;