File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- uses : eclipse-platform /eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
14+ uses : HannesWell /eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@unify-maven-options
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 callCodeQLworkflow :
14- uses : eclipse-platform /eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@master
14+ uses : HannesWell /eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@unify-maven-options
Original file line number Diff line number Diff line change 6969 */
7070public 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>.
Original file line number Diff line number Diff line change 2626 * @noextend This class is not intended to be subclassed by clients.
2727 */
2828public class ExpressionContext implements IEvaluationContext {
29+ // Some remark
30+
2931 /**
3032 * See org.eclipse.e4.ui.services.IServiceConstants.ACTIVE_SELECTION
3133 */
You can’t perform that action at this time.
0 commit comments