|
|
|
@ -66,8 +66,10 @@ public class FirmaUtil { |
|
|
|
} catch (IOException e) { |
|
|
|
} catch (IOException e) { |
|
|
|
_log.error(e.getMessage()); |
|
|
|
_log.error(e.getMessage()); |
|
|
|
} finally { |
|
|
|
} finally { |
|
|
|
|
|
|
|
if(client != null){ |
|
|
|
client.getConnectionManager().shutdown(); |
|
|
|
client.getConnectionManager().shutdown(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
return listaCodiciFiscali; |
|
|
|
return listaCodiciFiscali; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|