From: Sanjay Dalal Date: Wed, 21 Oct 2009 19:17:52 +0000 (+0000) Subject: NOJIRA fixed typo in error message X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=2831b42f505b8cbfcbcc0867fc72cfe4928253f4;p=tmp%2Fjakarta-migration.git NOJIRA fixed typo in error message --- diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java index afa816048..152e946d4 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java @@ -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;