Skip to content

Commit e86533a

Browse files
committed
[REMOVE] Introduce new API error/warning.
1 parent 4827e35 commit e86533a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
*/
7070
public interface EHandlerService {
7171

72+
default void doSomething() {
73+
}
74+
7275
/**
7376
* Makes the passed <code>handler</code> active for the command with the passed
7477
* <code>commandId</code>.

bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ExpressionContext.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* @noextend This class is not intended to be subclassed by clients.
2727
*/
2828
public class ExpressionContext implements IEvaluationContext {
29+
// Some remark
30+
2931
/**
3032
* See org.eclipse.e4.ui.services.IServiceConstants.ACTIVE_SELECTION
3133
*/

0 commit comments

Comments
 (0)