You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/04/16 11:31:15 UTC

[incubator-nlpcraft] branch NLPCRAFT-292 updated: WIP.

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

sergeykamov pushed a commit to branch NLPCRAFT-292
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-292 by this push:
     new ae79613  WIP.
ae79613 is described below

commit ae7961334a1888030db553ba370162d51d74461e
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Fri Apr 16 14:31:03 2021 +0300

    WIP.
---
 .../test/scala/org/apache/nlpcraft/model/meta/NCMetaSpecAdapter.scala  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaSpecAdapter.scala b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaSpecAdapter.scala
index d5705ca..d378bd3 100644
--- a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaSpecAdapter.scala
+++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaSpecAdapter.scala
@@ -22,6 +22,9 @@ import org.apache.nlpcraft.server.rest.NCRestSpec
 
 import java.util
 
+/**
+  * This test adapter provides user and company metadata manipulations methods.
+  */
 abstract class NCMetaSpecAdapter extends NCRestSpec {
     case class MetaHolder(userMeta: JavaMeta, companyMeta: JavaMeta)