You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by gn...@apache.org on 2007/02/12 16:49:22 UTC

svn commit: r506505 - /incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java

Author: gnodet
Date: Mon Feb 12 07:49:22 2007
New Revision: 506505

URL: http://svn.apache.org/viewvc?view=rev&rev=506505
Log:
Fix typo

Modified:
    incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java?view=diff&rev=506505&r1=506504&r2=506505
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java Mon Feb 12 07:49:22 2007
@@ -102,7 +102,7 @@
     public void start() throws Exception {
         List<QName> pids = _ode._store.listProcesses(_serviceUnitRootPath.getName());
         if (pids == null) {
-            __log.error(_serviceUnitRootPath.getName() + " not found in process stroe. ");
+            __log.error(_serviceUnitRootPath.getName() + " not found in process store. ");
             throw new IllegalStateException("Process store and JBI out of synch.");
         }