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 2021/05/14 02:00:58 UTC

[incubator-nlpcraft-java-client] branch master updated (f908838 -> a5662f2)

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

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


    from f908838  Merge pull request #2 from sreev/fix-tag
     add e3491d1  WIP.
     add 94408c3  WIP.
     add 5ac5f7a  WIP.
     add 78308ef  WIP.
     add c362477  Update stylesheet.css
     add a5662f2  Fix for Javadoc.

No new revisions were added by this update.

Summary of changes:
 javadoc/stylesheet.css                             |  5 --
 pom.xml                                            | 12 ++--
 .../java/org/apache/nlpcraft/client/NCClient.java  | 49 ++++++++--------
 .../java/org/apache/nlpcraft/client/NCCompany.java |  9 +++
 .../org/apache/nlpcraft/client/NCNewCompany.java   |  4 +-
 .../java/org/apache/nlpcraft/client/NCResult.java  |  7 ++-
 .../java/org/apache/nlpcraft/client/NCUser.java    |  4 +-
 .../apache/nlpcraft/client/impl/NCClientImpl.java  | 67 +++++++++++-----------
 .../nlpcraft/client/impl/beans/NCAskBean.java      |  2 +-
 .../nlpcraft/client/impl/beans/NCCompanyBean.java  |  6 ++
 .../client/impl/beans/NCSuggestionDataBean.java    |  2 +-
 src/main/resources/log4j2.xml                      |  2 +-
 .../org/apache/nlpcraft/client/NCAskSyncTest.java  | 20 +++++--
 .../apache/nlpcraft/client/NCClearDialogTest.java  |  3 +-
 .../org/apache/nlpcraft/client/NCCompanyTest.java  | 35 +++++++----
 .../org/apache/nlpcraft/client/NCTestAdapter.java  |  3 +-
 .../org/apache/nlpcraft/client/NCUserTest.java     | 21 +++++--
 .../nlpcraft/client/models/NCCommonSpecModel.java  |  2 +-
 .../client/models/NCConversationSpecModel.java     |  2 +-
 .../nlpcraft/client/models/NCDialogSpecModel.java  |  5 +-
 .../client/models/NCSuggestionSpecModel.java       |  2 +-
 src/{main => test}/resources/log4j2.xml            |  2 +-
 22 files changed, 155 insertions(+), 109 deletions(-)
 copy src/{main => test}/resources/log4j2.xml (96%)