merge validation editor branch to trunk
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / validation / ValidationProblemsView.java
1 package eu.etaxonomy.taxeditor.editor.view.validation;
2
3 import org.eclipse.ui.views.markers.MarkerSupportView;
4
5 public class ValidationProblemsView extends MarkerSupportView {
6
7 public ValidationProblemsView()
8 {
9 super("eu.etaxonomy.taxeditor.editor.validation.ValidationProblemsMarkerGenerator");
10 }
11
12
13 }