Skip to content

Commit dc8b002

Browse files
committed
[Build|GH] Use quick-fix to avoid need for EF-infrastrucutre
1 parent 1315540 commit dc8b002

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111

1212
jobs:
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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111

1212
jobs:
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

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)