We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b582029 commit e6486a6Copy full SHA for e6486a6
wrappercommon/src/main/java/com/genexus/diagnostics/core/provider/CustomMessageFactory.java
@@ -11,6 +11,7 @@
11
@Plugin(name = "CustomMessageFactory", category = TemplateResolverFactory.CATEGORY)
12
public final class CustomMessageFactory implements EventResolverFactory {
13
private static final CustomMessageFactory INSTANCE = new CustomMessageFactory();
14
+ private CustomMessageFactory() { /* no instances */ }
15
16
@PluginFactory
17
public static CustomMessageFactory getInstance() {
0 commit comments