|
@@ -230,7 +230,7 @@ public class FileSECUtils {
|
|
|
ByteArrayOutputStream outStream=null;
|
|
|
long size = 0;
|
|
|
try {
|
|
|
- InputStream inputStream = FileServiceFactory.getAttachmentFileService().getInputStream(originalPath);
|
|
|
+ inStream = FileServiceFactory.getAttachmentFileService().getInputStream(originalPath);
|
|
|
|
|
|
outStream = new ByteArrayOutputStream();
|
|
|
byte[] buffer = new byte[1024];
|