Bug 570914 - use fixed API

Change-Id: I47820f225956c357940c5d89de2bb32407e72ee0
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
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 66112df..22732c4 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
@@ -397,7 +397,7 @@
 
 	@Override
 	public void move(IProjectDescription description, boolean force, boolean keepHistory, IProgressMonitor monitor)
-		throws CoreException {
+			throws CoreException {
 		// TODO Auto-generated method stub
 
 	}
@@ -509,7 +509,7 @@
 
 	@Override
 	public void appendContents(InputStream source, boolean force, boolean keepHistory, IProgressMonitor monitor)
-		throws CoreException {
+			throws CoreException {
 		// TODO Auto-generated method stub
 
 	}
@@ -654,7 +654,7 @@
 
 	@Override
 	public void move(IPath destination, boolean force, boolean keepHistory, IProgressMonitor monitor)
-		throws CoreException {
+			throws CoreException {
 		// TODO Auto-generated method stub
 
 	}
@@ -674,14 +674,14 @@
 
 	@Override
 	public void setContents(InputStream source, boolean force, boolean keepHistory, IProgressMonitor monitor)
-		throws CoreException {
+			throws CoreException {
 		// TODO Auto-generated method stub
 
 	}
 
 	@Override
 	public void setContents(IFileState source, boolean force, boolean keepHistory, IProgressMonitor monitor)
-		throws CoreException {
+			throws CoreException {
 		// TODO Auto-generated method stub
 
 	}
@@ -698,7 +698,8 @@
 
 	}
 
-	public IMarker createMarker(String type, Map<String, Object> attributes) throws CoreException {
+	@Override
+	public IMarker createMarker(String type, Map<String, ? extends Object> attributes) throws CoreException {
 		// TODO Auto-generated method stub
 		return null;
 	}