mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Merge branch 'branch-1.2.x'
# Conflicts: # CHANGELOG.md # src/main/java/de/kosit/validationtool/impl/model/BaseScenario.java # src/test/java/de/kosit/validationtool/impl/DefaultCheckTest.java
This commit is contained in:
commit
e0bd3ec8ab
6 changed files with 35 additions and 4 deletions
|
|
@ -70,6 +70,11 @@ public abstract class BaseScenario {
|
|||
private ResourceType resourceType;
|
||||
}
|
||||
|
||||
@XmlTransient
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean fallback;
|
||||
|
||||
private XPathExecutable matchExecutable;
|
||||
|
||||
private XPathExecutable acceptExecutable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue