From ccae4055725cd0b6f4119b1edbb2073416f9b3b9 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Fri, 2 May 2008 18:38:16 +0000 Subject: [PATCH] [230013] [api][breaking] need to make DStoreKeyStore _instance private --- .../src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 5c4ebddc9b5..827add58273 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 @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2008 IBM Corporation. All rights reserved. + * Copyright (c) 2006, 2008 IBM Corporation. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License v1.0 which accompanies this distribution, and is * available at http://www.eclipse.org/legal/epl-v10.html @@ -12,6 +12,7 @@ * * Contributors: * David McKnight (IBM) - [226561] [apidoc] Add API markup to RSE Javadocs where extend / implement is allowed + * David McKnight (IBM) - [230013] [api][breaking] need to make DStoreKeyStore _instance private ********************************************************************************/ package org.eclipse.dstore.core.util.ssl;