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
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ package de.unikoblenz.fgbks.core.dmn.verification.verifier.types; ...@@ -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.Description;
import de.unikoblenz.fgbks.base.domain.Name; 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.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; import javax.validation.constraints.NotNull;
@Type @Type
...@@ -21,6 +21,6 @@ public class EmptyOutputVerification extends AbstractVerificationType { ...@@ -21,6 +21,6 @@ public class EmptyOutputVerification extends AbstractVerificationType {
@Override @Override
public @NotNull ClassificationType getClassification() { 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