This is an automated email from the ASF dual-hosted git repository.
obermeier pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 97b94400a [hotfix] Fix typo in code
97b94400a is described below
commit 97b94400acda0803da312e2bb8d8f51f5fd0e1a3
Author: Stefan Obermeier <[email protected]>
AuthorDate: Thu Jul 27 15:00:08 2023 +0200
[hotfix] Fix typo in code
---
.../src/main/resources/archetype-resources/src/main/java/Init.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/src/main/java/Init.java
b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/src/main/java/Init.java
index 63764a6fd..b7a0b5146 100644
---
a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/src/main/java/Init.java
+++
b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/src/main/java/Init.java
@@ -65,7 +65,7 @@ public class Init extends ExtensionsModelSubmitter {
new SpKafkaProtocolFactory(),
new SpJmsProtocolFactory(),
new SpMqttProtocolFactory(),
- new SpNatsProtocolFactory()),
+ new SpNatsProtocolFactory(),
new SpPulsarProtocolFactory())
.build();
}