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 /packages/base/src/files/install | |
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 'packages/base/src/files/install')
-rw-r--r-- | packages/base/src/files/install/servers/pap/bin/xacml.pap.properties | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties b/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties index 5646cf4b0..2a14641e9 100644 --- a/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties +++ b/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties @@ -104,10 +104,7 @@ xacml.rest.pap.run.audit.flag=${{PROP_PAP_RUN_AUDIT_FLAG}} # 1.The file system can duplicate the database: database>file system (set property to true) # 2.The database can duplicate the file system: file system>database (set property to false) xacml.rest.pap.filesystem.audit=${{PROP_PAP_AUDIT_FLAG}} -#AutoPush Policy Flag -xacml.rest.pap.autopush.flag=false -#AutoPush Policy -xacml.rest.pap.autopush.file=autopush.properties + #Patter to identify if a attribute is ready. Currently just a place holder xacm.xcor.required.pattern=1,1 #the number of times an incoming policy update notification will be tried to be processed (or until it succeeds) |