summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-01-09 23:34:36 -0500
committerAde Lee <alee@redhat.com>2012-01-09 23:34:36 -0500
commit182ccd2af012d16e8b899a0bb07014a7ead68199 (patch)
tree41ee36f642fa930b6aee56a9624c25f62ef12c7f /pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java
parent466533710c179f62865e08b3031748072a0247a3 (diff)
downloadpki-182ccd2af012d16e8b899a0bb07014a7ead68199.tar.gz
pki-182ccd2af012d16e8b899a0bb07014a7ead68199.tar.xz
pki-182ccd2af012d16e8b899a0bb07014a7ead68199.zip
Formatting - wrap for lines > 120
Diffstat (limited to 'pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java')
-rw-r--r--pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java b/pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java
index 53da0f35..6bf08a0a 100644
--- a/pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java
+++ b/pki/base/common/src/com/netscape/cmscore/ldap/LdapRule.java
@@ -85,7 +85,8 @@ public class LdapRule implements ILdapRule, IExtendedPluginInfo {
epi_params = new String[] {
"type;choice(cacert,crl, certs);The publishing object type",
"mapper;choice(" + map + ");Use the mapper to find the ldap dn \nto publish the certificate or crl",
- "publisher;choice(" + publish + ");Use the publisher to publish the certificate or crl a directory etc",
+ "publisher;choice(" + publish
+ + ");Use the publisher to publish the certificate or crl a directory etc",
"enable;boolean;Enable this publishing rule",
"predicate;string;Filter describing when this publishing rule shoule be used"
};