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 1e7a70e commit 09616fcCopy full SHA for 09616fc
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGeneratorLoader.java
@@ -76,7 +76,7 @@ public static TargetCodeGenerator get(final String name)
76
77
try
78
{
79
- return (TargetCodeGenerator)Class.forName(name).newInstance();
+ return (TargetCodeGenerator)Class.forName(name).getConstructor().newInstance();
80
}
81
catch (final Exception ex)
82
0 commit comments