From: Aron Roberts Date: Fri, 18 Jan 2013 00:42:36 +0000 (-0800) Subject: CSPACE-5828: Remove unneeded constant. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=1664fe918b48d0de3e2f6592c00bc5200f1a6408;p=tmp%2Fjakarta-migration.git CSPACE-5828: Remove unneeded constant. --- diff --git a/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java b/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java index 6ed215d30..744e998b3 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java @@ -86,7 +86,6 @@ public class QueryManagerNuxeoImpl implements IQueryManager { } return SEARCH_LIKE_FORM; } - private String SQL_WILDCARD_CHAR = "%"; @Override public String getDatasourceName() {