From: Aron Roberts Date: Tue, 26 Mar 2013 18:33:52 +0000 (-0700) Subject: CSPACE-5974: Correction to SQL query; table name should not be a replaceable paramete... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=2469bcb4c17f1cc781c1369ca0947750d12f991b;p=tmp%2Fjakarta-migration.git CSPACE-5974: Correction to SQL query; table name should not be a replaceable parameter in a prepared statement. --- diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java index 60c2af0dd..5bba1a706 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java @@ -936,7 +936,7 @@ public class RepositoryJavaClientImpl implements RepositoryClient docIds = new ArrayList();