From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/util/CertificateManager.java | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/CertificateManager.java b/opendj-server-legacy/src/main/java/org/opends/server/util/CertificateManager.java
index 7a5f025..ef84089 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/CertificateManager.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/CertificateManager.java
@@ -76,20 +76,19 @@
*/
public static final String KEY_STORE_PATH_PKCS11 = "NONE";
- //Error message strings.
+ /** Error message strings. */
private static final String KEYSTORE_PATH_MSG = "key store path";
private static final String KEYSTORE_TYPE_MSG = "key store type";
private static final String SUBJECT_DN_MSG = "subject DN";
private static final String CERT_ALIAS_MSG = "certificate alias";
private static final String CERT_REQUEST_FILE_MSG =
"certificate request file";
- // The parsed key store backing this certificate manager.
+ /** The parsed key store backing this certificate manager. */
private KeyStore keyStore;
- // The path to the key store that we should be using.
+ /** The path to the key store that we should be using. */
private final String keyStorePath;
-
- // The name of the key store type we are using.
+ /** The name of the key store type we are using. */
private final String keyStoreType;
private final char[] password;
--
Gitblit v1.10.0