From 6a3cc49015f3467d3c937a43c8f65e93c25fcbab Mon Sep 17 00:00:00 2001 From: David McKnight Date: Fri, 2 May 2008 18:41:13 +0000 Subject: [PATCH] [230013] [api][breaking] need to make DStoreKeyStore _instance private --- .../src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java index 827add58273..9b5108e2bc3 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java @@ -32,6 +32,8 @@ import java.security.cert.CertificateFactory; /** + * This class is used for managing the DStore keystore for use with the DStore communication framework. + * * @noextend This class is not intended to be subclassed by clients. * @noinstantiate This class is not intended to be instantiated by clients. */