You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/03/05 02:28:14 UTC

[incubator-nlpcraft-java-client] branch master updated: WIP.

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 21a8344  WIP.
21a8344 is described below

commit 21a834413300472d1118a736ebd952f4625c4b46
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Wed Mar 4 18:28:10 2020 -0800

    WIP.
---
 src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java b/src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java
index 9d967ad..b1d2335 100644
--- a/src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java
+++ b/src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java
@@ -996,6 +996,5 @@ public class NCClientImpl implements NCClient {
                 NCStatusResponseBean.class
             )
         );
-    
     }
 }