diff options
author | Tarun Tej Velaga <tt3868@att.com> | 2017-08-14 15:48:57 +0000 |
---|---|---|
committer | Tarun Tej Velaga <tt3868@att.com> | 2017-08-14 19:25:48 +0000 |
commit | c96dd91383b465c372f61664ebd584eeebe68f77 (patch) | |
tree | 58e10329a9e1bdbd1e7be19eddb8fe4b2eb5d80f /ONAP-PAP-REST/xacml.pap.properties | |
parent | ce1cf85647ab1ae3c292fd1b1286ea0dbb56223f (diff) |
Fixes for eclipse warnings unused variables
Removed unused code in PAP REST caused eclipse warnings
Issue-Id: POLICY-154
Change-Id: I376a2a96cb0fffd1dc89af6088362c60158e9256
Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
Diffstat (limited to 'ONAP-PAP-REST/xacml.pap.properties')
-rw-r--r-- | ONAP-PAP-REST/xacml.pap.properties | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ONAP-PAP-REST/xacml.pap.properties b/ONAP-PAP-REST/xacml.pap.properties index b0fa954a8..2517ebdcc 100644 --- a/ONAP-PAP-REST/xacml.pap.properties +++ b/ONAP-PAP-REST/xacml.pap.properties @@ -29,8 +29,7 @@ dictionary.impl.className=org.onap.policy.pap.xacml.rest.handler.DictionaryHandl savePolicy.impl.className=org.onap.policy.pap.xacml.rest.handler.SavePolicyHandler pushPolicy.impl.className=org.onap.policy.pap.xacml.rest.handler.PushPolicyHandler deletePolicy.impl.className=org.onap.policy.pap.xacml.rest.handler.DeleteHandler -#AutoPush Policy -xacml.rest.pap.autopush.file=autopush.properties + #=====================================================================================# #===============The Below Properties will be changed based on Environment=============# #=====================================================================================# @@ -109,9 +108,6 @@ xacml.rest.pap.notify.timeoutms=10000 #the number of times an incoming policy update notification will be tried to be processed (or until it succeeds) xacml.rest.pap.incomingnotification.tries=4 -#AutoPush Policy Flag -xacml.rest.pap.autopush.flag=false - #***Properties for IntegrityMonitor integration defined in XACMLRestProperties.java*** #The name of the PAP. Must be unique across the system |