From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/extensions/FileBasedTrustManagerProvider.java | 34 +++++++++++-----------------------
1 files changed, 11 insertions(+), 23 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/extensions/FileBasedTrustManagerProvider.java b/opendj-server-legacy/src/main/java/org/opends/server/extensions/FileBasedTrustManagerProvider.java
index 0b4bd9d..45de3a6 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/extensions/FileBasedTrustManagerProvider.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/extensions/FileBasedTrustManagerProvider.java
@@ -68,19 +68,19 @@
- // The DN of the configuration entry for this trust manager provider.
+ /** The DN of the configuration entry for this trust manager provider. */
private DN configEntryDN;
- // The PIN needed to access the trust store.
+ /** The PIN needed to access the trust store. */
private char[] trustStorePIN;
- // The handle to the configuration for this trust manager.
+ /** The handle to the configuration for this trust manager. */
private FileBasedTrustManagerProviderCfg currentConfig;
- // The path to the trust store backing file.
+ /** The path to the trust store backing file. */
private String trustStoreFile;
- // The trust store type to use.
+ /** The trust store type to use. */
private String trustStoreType;
@@ -97,9 +97,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void initializeTrustManagerProvider(
FileBasedTrustManagerProviderCfg configuration)
@@ -245,9 +243,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void finalizeTrustManagerProvider()
{
@@ -256,9 +252,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public TrustManager[] getTrustManagers()
throws DirectoryException
@@ -312,9 +306,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public boolean isConfigurationAcceptable(
TrustManagerProviderCfg configuration,
@@ -327,9 +319,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public boolean isConfigurationChangeAcceptable(
FileBasedTrustManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
@@ -442,9 +432,7 @@
return configAcceptable;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public ConfigChangeResult applyConfigurationChange(
FileBasedTrustManagerProviderCfg configuration)
{
--
Gitblit v1.10.0