We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724db8d commit 65ecf12Copy full SHA for 65ecf12
odfdom/src/main/java/org/odftoolkit/odfdom/doc/OdfDocument.java
@@ -443,7 +443,6 @@ private static OdfDocument loadDocumentFromTemplate(OdfMediaType odfMediaType) t
443
break;
444
445
default:
446
- documentTemplate = null;
447
throw new IllegalArgumentException(
448
"Given mediaType '" + odfMediaType.mMediaType + "' is not yet supported!");
449
}
@@ -550,7 +549,6 @@ private static OdfDocument newDocument(
550
549
551
552
553
- newDoc = null;
554
555
556
0 commit comments