leonardo 2016-03-02 18:26:43 +00:00
parent ed79f53250
commit a57d6b80dd
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class RelatorioArquivoBGMController extends MyGenericForwardComposer {
inputStream = new FileInputStream(filez);
Filedownload.save(inputStream, new MimetypesFileTypeMap().getContentType(filez), filez.getName());
}
//filez.delete();
filez.delete();
}
public static void compactarArquivo(String arqSaida,String arqEntrada) throws IOException{