Skip to content

Commit 1e3d2ad

Browse files
committed
Plugin rename
(cherry picked from commit 3381ea9)
1 parent e6486a6 commit 1e3d2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappercommon/src/main/java/com/genexus/diagnostics/core/provider/CustomMessageFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import org.apache.logging.log4j.layout.template.json.resolver.TemplateResolverFactory;
99

1010

11-
@Plugin(name = "CustomMessageFactory", category = TemplateResolverFactory.CATEGORY)
11+
@Plugin(name = "CustomMessage", category = TemplateResolverFactory.CATEGORY)
1212
public final class CustomMessageFactory implements EventResolverFactory {
1313
private static final CustomMessageFactory INSTANCE = new CustomMessageFactory();
1414
private CustomMessageFactory() { /* no instances */ }

0 commit comments

Comments
 (0)