- aggiunte librerie SWT
- modificato main per dialogflow
This commit is contained in:
20015091
2018-09-13 15:53:36 +02:00
parent e1efbafe45
commit dd708201c1
7 changed files with 28 additions and 10 deletions

View File

@@ -53,6 +53,7 @@ public class Rest {
// should be inside a finally...
result.close();
httpclient.close();
LOG.debug("GET response: " + json);
} catch (IOException e) {
LOG.error("GET: " + e.getMessage());
}