closes #237
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
- PR #225 exemption reasons only for certain tax category codes thanks to weclapp-dev
|
||||
- allow 1.2 and 2.0 in RDF versions for XRechnung 2.0 Referenzprofil
|
||||
- also use shortcut "t" for extended in zf1 #230
|
||||
- falscher Text in Exception #237
|
||||
|
||||
2.1.1
|
||||
=======
|
||||
|
||||
@@ -797,7 +797,7 @@ public class Main {
|
||||
|
||||
private static void ensureFileNotExists(String fileName) throws IOException {
|
||||
if (fileExists(fileName)) {
|
||||
throw new IOException(String.format("File %s does not exists", fileName));
|
||||
throw new IOException(String.format("File %s already exists", fileName));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user