From 0b85fb3e6530e91e62c332e987c3283f50a3e2b1 Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Sun, 14 Oct 2007 01:32:43 +0000
Subject: [PATCH] No issue. CryptoManager Step 3. Factor interface from CryptoManager implementation.

---
 opends/src/ads/org/opends/admin/ads/ADSContext.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/ads/org/opends/admin/ads/ADSContext.java b/opends/src/ads/org/opends/admin/ads/ADSContext.java
index 54f889b..54d6878 100644
--- a/opends/src/ads/org/opends/admin/ads/ADSContext.java
+++ b/opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -2172,7 +2172,7 @@
    value to ds-cfg-public-key-certificate;binary value. Note that the collection
    might be empty.
    @throws ADSContextException in case of problems with the entry search.
-   @see org.opends.server.crypto.CryptoManager#getTrustedCertificates
+   @see org.opends.server.crypto.CryptoManagerImpl#getTrustedCertificates
    */
   public Map<String,byte[]> getTrustedCertificates()
           throws ADSContextException

--
Gitblit v1.10.0