This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-41
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-41 by this push:
new 6701f21 WIP.
6701f21 is described below
commit 6701f21fe3b7a792c7e6c99465bd7349427ef99d
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Jun 24 15:54:42 2020 +0300
WIP.
---
.../nlpcraft/model/tools/suggestions/NCSuggestionsGenerator.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/suggestions/NCSuggestionsGenerator.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/suggestions/NCSuggestionsGenerator.scala
index 0c2aae6..6c29c50 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/suggestions/NCSuggestionsGenerator.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/suggestions/NCSuggestionsGenerator.scala
@@ -387,7 +387,7 @@ object NCSuggestionsGenerator extends App {
val td = t.doubleValue()
if (td < fromIncl.doubleValue() || td > toIncl.doubleValue())
- throw new IllegalArgumentException(s"Invalid `$name` range. Must
be between: $fromIncl and $toIncl")
+ throw new IllegalArgumentException(s"Invalid '$name' range. Must
be between: $fromIncl and $toIncl")
t
}