|
|
@ -429,7 +429,9 @@ public class WriteContextImpl implements WriteContext { |
|
|
|
OutputStream outputStream = encryptor.getDataStream(fileSystem); |
|
|
|
OutputStream outputStream = encryptor.getDataStream(fileSystem); |
|
|
|
opcPackage.save(outputStream); |
|
|
|
opcPackage.save(outputStream); |
|
|
|
} finally { |
|
|
|
} finally { |
|
|
|
opcPackage.close(); |
|
|
|
if (opcPackage != null) { |
|
|
|
|
|
|
|
opcPackage.close(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
return fileSystem; |
|
|
|
return fileSystem; |
|
|
|
} |
|
|
|
} |
|
|
|