From f31ce3a1378071cc413bb01a65ae6e206f0ce4ff Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 11 Jan 2012 13:01:06 -0500 Subject: Formatting (line wrap > 120 in comments --- .../src/com/netscape/cmscore/policy/GenericPolicyProcessor.java | 6 ++++-- .../src/com/netscape/cmscore/policy/PolicyPredicateParser.java | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'pki/base/common/src/com/netscape/cmscore/policy') diff --git a/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java b/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java index 2423773a8..c9cc25997 100644 --- a/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java +++ b/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java @@ -1308,7 +1308,8 @@ public class GenericPolicyProcessor implements IPolicyProcessor { * * .Policy.undeletablePolicies= * Example: - * ra.Policy.undeletablePolicies=DirAuthRule, DefaultUserNameRule, DefaultServerNameRule, DefaultValidityRule, DefaultRenewalValidityRule + * ra.Policy.undeletablePolicies=DirAuthRule, DefaultUserNameRule, DefaultServerNameRule, DefaultValidityRule, + * DefaultRenewalValidityRule * * The predicates if any associated with them may be configured as * follows: @@ -1336,7 +1337,8 @@ public class GenericPolicyProcessor implements IPolicyProcessor { * We do n't need to burn in DirAuthRule. We need to configure all * other rules except the DirAuthRule as follows: * - * ra.Policy.undeletablePolicies = DefaultUserNameRule, DefaultServerNameRule, DefaultValidityRule, DefaultRenewalValidityRule + * ra.Policy.undeletablePolicies = DefaultUserNameRule, DefaultServerNameRule, DefaultValidityRule, + * DefaultRenewalValidityRule * * The following predicates are necessary: * diff --git a/pki/base/common/src/com/netscape/cmscore/policy/PolicyPredicateParser.java b/pki/base/common/src/com/netscape/cmscore/policy/PolicyPredicateParser.java index af69e6a89..ebdeba4ce 100644 --- a/pki/base/common/src/com/netscape/cmscore/policy/PolicyPredicateParser.java +++ b/pki/base/common/src/com/netscape/cmscore/policy/PolicyPredicateParser.java @@ -213,7 +213,8 @@ public class PolicyPredicateParser { * catch (Exception e){e.printStackTrace();} * String[] array = { "ou == people AND certtype == client", * "ou == servergroup AND certtype == server", - * "uid == jdoes, ou==people, o==airius.com OR ou == people AND certType == client OR certType == server AND cn == needles.mcom.com", + * "uid == jdoes, ou==people, o==airius.com OR ou == people AND certType == client OR certType == server AND cn == needles.mcom.com" + * , * }; * for (int i = 0; i < array.length; i++) * { -- cgit