From b4a6ad6df6231c59134ad6ec35e5e9af08946953 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 15 Sep 2024 20:34:02 +0200 Subject: [PATCH] Some first change in a release-cycle --- .../tools/emf/ui/common/AbstractElementEditorContribution.java | 1 + .../eclipse/e4/internal/tools/jdt/templates/E4ContextType.java | 1 + 2 files changed, 2 insertions(+) diff --git a/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/AbstractElementEditorContribution.java b/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/AbstractElementEditorContribution.java index 94b35198dd..dfcbfa67f0 100644 --- a/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/AbstractElementEditorContribution.java +++ b/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/AbstractElementEditorContribution.java @@ -28,6 +28,7 @@ * elementEditorTab extension point. */ public abstract class AbstractElementEditorContribution { + // Dummy change /** * Filters the elements this extension point contribution is visible on. The diff --git a/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4ContextType.java b/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4ContextType.java index 4271cdb7d5..69366a0406 100644 --- a/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4ContextType.java +++ b/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4ContextType.java @@ -27,6 +27,7 @@ */ @SuppressWarnings("restriction") public class E4ContextType extends AbstractJavaContextType { + // Dummy change /** * The context type id for templates working on all Java code locations in e4 projects