mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
[261478][releng] Fix @since tags after reving up to 2.0
This commit is contained in:
parent
ffc7a4e286
commit
4c53507e37
4 changed files with 17 additions and 16 deletions
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -63,7 +63,7 @@ public interface ITelnetSessionProvider {
|
|||
* (such as timeout, communications error, or failure matching
|
||||
* expected prompt). The passed-in TelnetClient remains
|
||||
* connected in this case.
|
||||
* @since 1.2
|
||||
* @since 2.0
|
||||
*/
|
||||
public TelnetClient loginTelnetClient(TelnetClient client, IProgressMonitor monitor) throws SystemMessageException;
|
||||
|
||||
|
|
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -17,7 +17,7 @@ import java.io.IOException;
|
|||
import java.io.InputStream;
|
||||
|
||||
/**
|
||||
* @since 1.2
|
||||
* @since 2.0
|
||||
*/
|
||||
public class EOFDetectingInputStreamWrapper extends FilterInputStream {
|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@ import org.eclipse.rse.services.terminals.ITerminalShell;
|
|||
|
||||
/**
|
||||
* A Terminal Service for telnet.
|
||||
* @since 1.2
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
public class TelnetTerminalService extends AbstractTerminalService implements ITelnetService {
|
||||
|
||||
|
|
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* 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.
|
||||
*
|
||||
* @since 1.2
|
||||
* @since 2.0
|
||||
*/
|
||||
public class TelnetTerminalShell extends AbstractTerminalShell {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue