diff options
author | emusic <emina.music@egiz.gv.at> | 2018-09-06 11:13:31 +0200 |
---|---|---|
committer | emusic <emina.music@egiz.gv.at> | 2018-09-06 11:13:31 +0200 |
commit | 8245626bd80a433e459d07ef9b7d1ec64027d304 (patch) | |
tree | f02bb3a88a64b3dde8dfd208d756bd6e1a68caf7 | |
parent | 0eaaab24a86f609e6f0e41f4378c6da0ce050863 (diff) | |
download | pdf-as-4-8245626bd80a433e459d07ef9b7d1ec64027d304.tar.gz pdf-as-4-8245626bd80a433e459d07ef9b7d1ec64027d304.tar.bz2 pdf-as-4-8245626bd80a433e459d07ef9b7d1ec64027d304.zip |
small changes
3 files changed, 25 insertions, 0 deletions
diff --git a/.idea/libraries/Gradle__org_apache_commons_commons_collections4_4_2.xml b/.idea/libraries/Gradle__org_apache_commons_commons_collections4_4_2.xml new file mode 100644 index 00000000..1351c542 --- /dev/null +++ b/.idea/libraries/Gradle__org_apache_commons_commons_collections4_4_2.xml @@ -0,0 +1,11 @@ +<component name="libraryTable"> + <library name="Gradle: org.apache.commons:commons-collections4:4.2"> + <CLASSES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-collections4/4.2/54ebea0a5b653d3c680131e73fe807bb8f78c4ed/commons-collections4-4.2.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-collections4/4.2/e8dd003d43b1f7dba173fb7e63f5c0b823f5e5c6/commons-collections4-4.2-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/Gradle__org_slf4j_slf4j_api_1_7_18.xml b/.idea/libraries/Gradle__org_slf4j_slf4j_api_1_7_18.xml new file mode 100644 index 00000000..9214ea8c --- /dev/null +++ b/.idea/libraries/Gradle__org_slf4j_slf4j_api_1_7_18.xml @@ -0,0 +1,11 @@ +<component name="libraryTable"> + <library name="Gradle: org.slf4j:slf4j-api:1.7.18"> + <CLASSES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.18/b631d286463ced7cc42ee2171fe3beaed2836823/slf4j-api-1.7.18.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.18/a84644a9e9c6ed158b0754aa4af53dc3b7844524/slf4j-api-1.7.18-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/pdf-as-cli/src/main/java/at/gv/egiz/pdfas/cli/Main.java b/pdf-as-cli/src/main/java/at/gv/egiz/pdfas/cli/Main.java index 1bfd2937..4f22cdc1 100644 --- a/pdf-as-cli/src/main/java/at/gv/egiz/pdfas/cli/Main.java +++ b/pdf-as-cli/src/main/java/at/gv/egiz/pdfas/cli/Main.java @@ -589,3 +589,6 @@ public class Main { } } } + + + |