Fix MNP_SM_2460 + correzione Mock (rimosso TIMAC)

This commit is contained in:
vincenzofariello
2025-03-19 12:28:37 +01:00
parent 7c029fec7c
commit 3d9525c99e

View File

@@ -346,7 +346,7 @@ public class WSRestHandler extends GenericHandler {
try {
String line;
while ((line = reader.readLine()) != null) {
risposta = line;
risposta += line + '\n';
}
} finally {
reader.close();