]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA fixed typo in error message
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 21 Oct 2009 19:17:52 +0000 (19:17 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 21 Oct 2009 19:17:52 +0000 (19:17 +0000)
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java

index afa8160489bc77abeb2db82bf544492196eb6a70..152e946d4cb253ba8afb2fbcf4d9f4f1d77c65ef 100644 (file)
@@ -79,8 +79,7 @@ public class RepositoryJavaClient implements RepositoryClient {
         if(nuxeoWspaceId == null){
             throw new DocumentNotFoundException(
                     "Unable to find workspace for service " + ctx.getServiceName() +
-                    " check if the mapping exists in service-config.xml or" +
-                    " the the mapped workspace exists in the Nuxeo repository");
+                    " check if the workspace exists in the Nuxeo repository");
         }
         RepositoryInstance repoSession = null;
         try{
@@ -191,8 +190,8 @@ public class RepositoryJavaClient implements RepositoryClient {
         if(nuxeoWspaceId == null){
             throw new DocumentNotFoundException(
                     "Unable to find workspace for service " + 
-                    ctx.getServiceName() + " check if the mapping exists in service-config.xml or " +
-                    " the the mapped workspace exists in the Nuxeo repository");
+                    ctx.getServiceName() + 
+                    " check if the workspace exists in the Nuxeo repository");
         }
         RepositoryInstance repoSession = null;