(chore) Erweiterung des Interface um API-Kompatibilität sicherzustellen

This commit is contained in:
Andreas Penski (init) 2019-02-08 14:57:34 +01:00
parent 77665936ed
commit 5614e99e00
4 changed files with 54 additions and 10 deletions

View file

@ -100,7 +100,7 @@ public class DefaultCheck implements Check {
}
@Override
public XdmNode check(Input input) {
public XdmNode checkInput(Input input) {
CheckAction.Bag t = new CheckAction.Bag(input, createReport());
return runCheckInternal(t);
}