fix merging

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2020-08-12 19:38:55 +08:00
parent 8b605c63af
commit 76d3ffbe08
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class AsyncRestServlet extends AbstractRestServlet
{ {
super.init(servletConfig); super.init(servletConfig);
_client = new HttpClient(new SslContextFactory.Client()); _client = new HttpClient();
try try
{ {