Skip to content

Commit b678d74

Browse files
committed
change to of
1 parent 8313681 commit b678d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/javaloader/JavaLoader.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
try {
117117
if ( server.keyExists( "boxlang" ) ) {
118118
// 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(
119+
return createObject( "java", "ortus.boxlang.runtime.interop.DynamicObject" ).of(
120120
getURLClassLoader().loadClass( arguments.className )
121121
);
122122
} else {

0 commit comments

Comments
 (0)