From fd38a30406d83a92e1e7c7126b179eff0d633d0a Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Mon, 9 Aug 2010 19:11:16 +0000 Subject: [PATCH] [321766] adding copyright and contributor comments --- .../eclipse/rse/core/subsystems/AbstractConnectorService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorService.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorService.java index 9a0370e40e1..14a9cacec37 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorService.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorService.java @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2002, 2009 IBM Corporation and others. All rights reserved. + * Copyright (c) 2002, 2010 IBM Corporation and others. 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 @@ -19,6 +19,7 @@ * David Dykstal (IBM) - [210474] Deny save password function missing * David McKnight (IBM) - [249222] [api] Access to communication listeners in AbstractConnectorService * David McKnight (IBM) - [272882] [api] Handle exceptions in IService.initService() + * David Dykstal (IBM) - [321766] safely serialize connect and disconnect operations ********************************************************************************/ package org.eclipse.rse.core.subsystems;