From c96dd91383b465c372f61664ebd584eeebe68f77 Mon Sep 17 00:00:00 2001 From: Tarun Tej Velaga Date: Mon, 14 Aug 2017 15:48:57 +0000 Subject: 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 --- packages/base/src/files/install/servers/pap/bin/xacml.pap.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'packages/base/src/files/install/servers/pap') 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) -- cgit 1.2.3-korg