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 <[email protected]>
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)
 

Reply via email to