1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Cosmetics

This commit is contained in:
Marc Khouzam 2016-12-21 14:10:32 -05:00
parent 9286a1a483
commit d6076f954b

View file

@ -40,5 +40,5 @@ public interface IDebuggerConsole extends IConsole {
* This console has become selected, the implementation shall use this
* notification to e.g. keep other views in sync with the context of the console
*/
public void consoleSelected();
void consoleSelected();
}