1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-06 07:45:50 +02:00

[261478][releng] Fix @since tags after reving up to 2.0

This commit is contained in:
Martin Oberhuber 2009-02-01 17:12:05 +00:00
parent ffc7a4e286
commit 4c53507e37
4 changed files with 17 additions and 16 deletions

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2008 IBM Corporation and others. * Copyright (c) 2006, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -63,7 +63,7 @@ public interface ITelnetSessionProvider {
* (such as timeout, communications error, or failure matching * (such as timeout, communications error, or failure matching
* expected prompt). The passed-in TelnetClient remains * expected prompt). The passed-in TelnetClient remains
* connected in this case. * connected in this case.
* @since 1.2 * @since 2.0
*/ */
public TelnetClient loginTelnetClient(TelnetClient client, IProgressMonitor monitor) throws SystemMessageException; public TelnetClient loginTelnetClient(TelnetClient client, IProgressMonitor monitor) throws SystemMessageException;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008 MontaVista Software, Inc. and others. * Copyright (c) 2008, 2009 MontaVista Software, Inc. and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -17,7 +17,7 @@ import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
/** /**
* @since 1.2 * @since 2.0
*/ */
public class EOFDetectingInputStreamWrapper extends FilterInputStream { public class EOFDetectingInputStreamWrapper extends FilterInputStream {

View file

@ -23,7 +23,8 @@ import org.eclipse.rse.services.terminals.ITerminalShell;
/** /**
* A Terminal Service for telnet. * A Terminal Service for telnet.
* @since 1.2 *
* @since 2.0
*/ */
public class TelnetTerminalService extends AbstractTerminalService implements ITelnetService { public class TelnetTerminalService extends AbstractTerminalService implements ITelnetService {

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008 Wind River Systems, Inc. and others. * Copyright (c) 2008, 2009 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -39,7 +39,7 @@ import org.eclipse.rse.services.terminals.ITerminalService;
/** /**
* A remote shell connection supporting Streams for I/O. * A remote shell connection supporting Streams for I/O.
* *
* @since 1.2 * @since 2.0
*/ */
public class TelnetTerminalShell extends AbstractTerminalShell { public class TelnetTerminalShell extends AbstractTerminalShell {