Fixed Tests for PDFValidatior, switched to using ProcessingResults

This commit is contained in:
Dominik Röschke
2024-05-02 12:32:52 +02:00
parent 58ec7e2e98
commit 9f759fdb28
4 changed files with 61 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
package org.mustangproject.ZUGFeRD;
public class Version {
public static final String VERSION = "2.9.0";
}