Skip to content
Snippets Groups Projects
Commit b2e8b598 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Switch empty output verification to modeling level verification

parent 7e1ba957
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ package de.unikoblenz.fgbks.core.dmn.verification.verifier.types;
import de.unikoblenz.fgbks.base.domain.Description;
import de.unikoblenz.fgbks.base.domain.Name;
import de.unikoblenz.fgbks.core.dmn.verification.verifier.classification.ClassificationType;
import de.unikoblenz.fgbks.core.dmn.verification.verifier.classification.SyntaxLevelVerification;
import de.unikoblenz.fgbks.core.dmn.verification.verifier.classification.ModelingLevelVerification;
import javax.validation.constraints.NotNull;
@Type
......@@ -21,6 +21,6 @@ public class EmptyOutputVerification extends AbstractVerificationType {
@Override
public @NotNull ClassificationType getClassification() {
return SyntaxLevelVerification.getInstance();
return ModelingLevelVerification.getInstance();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment