Skip to content

Commit a0af92e

Browse files
committed
case sensitivity issues
1 parent a61c11a commit a0af92e

19 files changed

+2
-2
lines changed

modules/javaloader2/ModuleConfig.cfc renamed to modules/javaloader/ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ component {
1717
// If true, looks for layouts in the parent first, if not found, then in module. Else vice-versa
1818
this.layoutParentLookup = true;
1919
// Module Entry Point
20-
this.entryPoint = "JavaLoader";
20+
this.entryPoint = "javaloader";
2121

2222
function configure(){
2323

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)