diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-15 12:38:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-15 12:38:27 +0000 |
commit | 6065432f5eb35d70466e1eead8c78124ec3cf62e (patch) | |
tree | 7ed8b90c20c81dffd417c1318090e21a7550062a /packages/base | |
parent | 3c519a0d908c34e22d724d663ad3512f6cdd8d8f (diff) | |
parent | c96dd91383b465c372f61664ebd584eeebe68f77 (diff) |
Merge "Fixes for eclipse warnings unused variables"
Diffstat (limited to 'packages/base')
-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) |