Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-02-06 10:36:39 +0000
committerLars Vogel2021-02-06 10:37:05 +0000
commitc8d66dc402bf206ef8442b326f15605b110fa760 (patch)
tree7956d2e107dc35318fea5e83f1ac61485ca4b78e
parentb48b0c0996d4f64db64eac329cf911d628df01eb (diff)
downloadeclipse.platform.ui.tools-c8d66dc402bf206ef8442b326f15605b110fa760.tar.gz
eclipse.platform.ui.tools-c8d66dc402bf206ef8442b326f15605b110fa760.tar.xz
eclipse.platform.ui.tools-c8d66dc402bf206ef8442b326f15605b110fa760.zip
This class should be refactored / removed at some point in the future. Change-Id: I6f180274044057eb77c123a83b9ef3b84aeabf05 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java
index 474bbe92..66112df8 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java
+++ b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java
@@ -697,4 +697,9 @@ public class ContributionDataFile implements IFile {
// TODO Auto-generated method stub
}
+
+ public IMarker createMarker(String type, Map<String, Object> attributes) throws CoreException {
+ // TODO Auto-generated method stub
+ return null;
+ }
}

Back to the top