Skip to content

Commit 96bca63

Browse files
author
François Delbrayelle
committed
chore: merge package categories attribute
1 parent d71a81c commit 96bca63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/io/kestra/plugin/jms/package-info.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@PluginSubGroup(
22
title = "JMS",
3-
description = "JMS messaging support plugins Trigger/Consumer/Producer",
4-
categories = PluginSubGroup.PluginCategory.MESSAGING,
5-
categories = {
3+
description = "JMS messaging support plugins Trigger/Consumer/Producer",categories = {
64
PluginSubGroup.PluginCategory.DATA,
75
PluginSubGroup.PluginCategory.INFRASTRUCTURE
86
}

0 commit comments

Comments
 (0)