1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[230013] [api][breaking] need to make DStoreKeyStore _instance private

This commit is contained in:
David McKnight 2008-05-02 18:41:13 +00:00
parent ccae405572
commit 6a3cc49015

View file

@ -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.
*/