diff options
author | Jim Hahn <jrh3@att.com> | 2018-11-27 12:05:55 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-11-27 12:15:57 -0500 |
commit | ebf62c0900b295f06034843a1ff5fa49066a3a06 (patch) | |
tree | 194b38ad581f88f018704d206c73a6f0bcf4cf83 /BRMSGateway/src/main | |
parent | 2debf0105268423d5401f7cb5af4df5f4bceb1b1 (diff) |
Eliminate error messages about BACKUPMONITORENTITY
Change-Id: Ibf4ed1c684c7e29730e2ce4934e267d55b57e02d
Issue-ID: POLICY-1290
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'BRMSGateway/src/main')
-rw-r--r-- | BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java b/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java index 033c78df7..4466afe3c 100644 --- a/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java +++ b/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java @@ -120,7 +120,7 @@ public class BrmsPush { private static final String[] GOALS = { "clean", "deploy" }; private static final String DEFAULT_VERSION = "1.4.0-SNAPSHOT"; private static final String DEPENDENCY_FILE = "dependency.json"; - private static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; + public static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; private static Map<String, String> modifiedGroups = new HashMap<>(); private static IntegrityMonitor im; |