Skip to content

Commit e6486a6

Browse files
committed
Explicitly prevent instantiation
(cherry picked from commit 940f24a)
1 parent b582029 commit e6486a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
@Plugin(name = "CustomMessageFactory", category = TemplateResolverFactory.CATEGORY)
1212
public final class CustomMessageFactory implements EventResolverFactory {
1313
private static final CustomMessageFactory INSTANCE = new CustomMessageFactory();
14+
private CustomMessageFactory() { /* no instances */ }
1415

1516
@PluginFactory
1617
public static CustomMessageFactory getInstance() {

0 commit comments

Comments
 (0)