We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb7e7 commit 0423baeCopy full SHA for 0423bae
openpdf-kotlin/src/main/java/org/librepdf/kotlin/DummyDoc.java
@@ -0,0 +1,11 @@
1
+package org.librepdf.kotlin;
2
+
3
+/**
4
+ * DummyDoc is a placeholder to generate a valid javadoc.jar
5
+ *
6
+ * WARNING: Only delete this file if there is an alternative documentation file beeing generated. Maven Central needs
7
+ * a doc file, or else we can't release new versions.
8
+ */
9
+public class DummyDoc {
10
+ // Intentionally empty
11
+}
0 commit comments