This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-296
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-296 by this push:
new 6f42a09 Update NCUserManager.scala
6f42a09 is described below
commit 6f42a0975ada54a3550e9afc1928b4aa05619a27
Author: unknown <[email protected]>
AuthorDate: Wed May 26 22:41:19 2021 -0700
Update NCUserManager.scala
---
.../src/main/scala/org/apache/nlpcraft/server/user/NCUserManager.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/user/NCUserManager.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/user/NCUserManager.scala
index 0eb0950..b24a5e8 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/user/NCUserManager.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/user/NCUserManager.scala
@@ -18,7 +18,6 @@
package org.apache.nlpcraft.server.user
import java.util.{Timer, TimerTask}
-
import io.opencensus.trace.Span
import org.apache.commons.validator.routines.EmailValidator
import org.apache.ignite.{IgniteAtomicSequence, IgniteCache, IgniteSemaphore,
IgniteState, Ignition}
@@ -31,6 +30,7 @@ import org.apache.nlpcraft.server.mdo.NCUserMdo
import org.apache.nlpcraft.server.sql.{NCSql, NCSqlManager}
import org.apache.nlpcraft.server.tx.NCTxManager
+import scala.jdk.CollectionConverters.IterableHasAsScala
import scala.util.control.Exception._
/**