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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2405acb  WIP.
2405acb is described below

commit 2405acb7d3cd49f11eb97e99524d381e375e1eda
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Nov 30 00:26:31 2020 -0800

    WIP.
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java | 2 +-
 openapi/nlpcraft_swagger.yml                                       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
index b7a0478..ca56f7d 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
@@ -18,7 +18,7 @@
 package org.apache.nlpcraft.model;
 
 /**
- * NLPCraft lifecycle component.
+ * Lifecycle component.
  * <p>
  * This interface defines lifecycle hooks for user-defined components that are 
instantiated by NLPCraft like
  * probe components, custom NER parsers and value loaders. This hooks can be 
used to integrated with various IoC
diff --git a/openapi/nlpcraft_swagger.yml b/openapi/nlpcraft_swagger.yml
index 6b182ec..d11ce0a 100644
--- a/openapi/nlpcraft_swagger.yml
+++ b/openapi/nlpcraft_swagger.yml
@@ -27,6 +27,7 @@ host: localhost:8081
 basePath: /api/v1
 schemes:
   - http
+  - https
 consumes:
   - application/json
 produces:

Reply via email to