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 36c4295 commit dc298d9Copy full SHA for dc298d9
modules/cbjavaloader/ModuleConfig.cfc
@@ -68,7 +68,7 @@ component {
68
} else if ( fileExists( thisLocation ) ) {
69
finalSettings.loadPaths.append( thisLocation );
70
} else {
71
- throw( "Javalaoder cannot load #thisLocation# as it is not a valid path or file" );
+ throw( "Javaloader cannot load #thisLocation# as it is not a valid path or file" );
72
}
73
74
0 commit comments