mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Fix missing since tag
This commit is contained in:
parent
3a721a060d
commit
a495e4bea7
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,8 @@ package org.eclipse.tm.internal.terminal.control;
|
|||
|
||||
/**
|
||||
* Terminal listener allowing to listen to terminal selection changes.
|
||||
*
|
||||
* @since 4.1
|
||||
*/
|
||||
public interface ITerminalListener2 extends ITerminalListener {
|
||||
|
||||
|
@ -20,8 +22,6 @@ public interface ITerminalListener2 extends ITerminalListener {
|
|||
* NOTE: this does not include mouse selections
|
||||
* those are handled in separate MouseListeners
|
||||
* TODO should be unified
|
||||
*
|
||||
* @since 4.1
|
||||
*/
|
||||
void setTerminalSelectionChanged();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue