Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit b5d74f9

Browse files
committed
Disable import for now
1 parent 762b5f0 commit b5d74f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/groupdocs/ui/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static Document findDocumentByName(String name) {
3939
long documentId = imageHandler.createDocument(name);
4040

4141
try (InputStream original = new FileInputStream(Utils.getStoragePath() + "/" + name)) {
42-
imageHandler.importAnnotations(original, ""+documentId);
42+
// imageHandler.importAnnotations(original, name);
4343
} catch (Exception x) {
4444
throw new RuntimeException(x);
4545
}

0 commit comments

Comments
 (0)