From 362171d6ada876db28b1468677b9fc8825a9baea Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Sun, 1 Feb 2009 15:34:12 +0000 Subject: [PATCH] [cleanup] Fix copyright year --- .../eclipse/dstore/core/util/ssl/BaseSSLContext.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/BaseSSLContext.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/BaseSSLContext.java index bcbd3eb9fdf..d8dd51d5419 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/BaseSSLContext.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/BaseSSLContext.java @@ -1,13 +1,13 @@ /******************************************************************************** - * Copyright (c) 20089 IBM Corporation. All rights reserved. + * Copyright (c) 2009 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 + * of the Eclipse Public License v1.0 which accompanies this distribution, and is * available at http://www.eclipse.org/legal/epl-v10.html - * + * * Initial Contributors: * The following IBM employees contributed to the Remote System Explorer * component that contains this file: David McKnight. - * + * * Contributors: * David McKnight (IBM) - [259905][api] provide public API for getting/setting key managers for SSLContext ********************************************************************************/ @@ -26,7 +26,7 @@ public class BaseSSLContext { public static void setKeyManagers(KeyManager[] keyManagers){ _keyManagers = keyManagers; } - + public static KeyManager[] getKeyManagers(){ return _keyManagers; }