Beispiel #1
0
 public String downloadImportLog() {
   try {
     importer.downloadImporterLog();
   } catch (IOException e) {
     LOGGER.error("Error al importar log de subida de fichero de rest " + e.getMessage());
   } catch (IllegalAccessException e) {
     LOGGER.error("Error al importar log de subida de fichero de rest " + e.getMessage());
   }
   return null;
 }