Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
build:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@unify-maven-options
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
callCodeQLworkflow:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@master
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@unify-maven-options
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
*/
public interface EHandlerService {

// default void doSomething() {
// }

/**
* Makes the passed <code>handler</code> active for the command with the passed
* <code>commandId</code>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* @noextend This class is not intended to be subclassed by clients.
*/
public class ExpressionContext implements IEvaluationContext {
// Some remark

/**
* See org.eclipse.e4.ui.services.IServiceConstants.ACTIVE_SELECTION
*/
Expand Down
Loading