#11 jdk11 support

This commit is contained in:
Penski, Andreas 2019-03-06 14:26:05 +01:00
parent 248f460500
commit 70149817bf
17 changed files with 391 additions and 149 deletions

View file

@ -50,7 +50,7 @@ import net.sf.saxon.s9api.XdmNode;
*/
@Slf4j
@RequiredArgsConstructor
public class CheckAssertionAction implements CheckAction {
class CheckAssertionAction implements CheckAction {
private final Assertions assertions;