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.
of
1 parent 8313681 commit b678d74Copy full SHA for b678d74
models/javaloader/JavaLoader.cfc
@@ -116,7 +116,7 @@
116
try {
117
if ( server.keyExists( "boxlang" ) ) {
118
// Boxlang's Dynamic object class handles all of our needs - we just need to retrieve the class through the module classloader
119
- return createObject( "java", "ortus.boxlang.runtime.interop.DynamicObject" ).init(
+ return createObject( "java", "ortus.boxlang.runtime.interop.DynamicObject" ).of(
120
getURLClassLoader().loadClass( arguments.className )
121
);
122
} else {
0 commit comments