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.
2 parents 61f7883 + 22f9c43 commit 23df463Copy full SHA for 23df463
modules/cbjavaloader/ModuleConfig.cfc
@@ -15,8 +15,6 @@ component {
15
this.viewParentLookup = true;
16
// If true, looks for layouts in the parent first, if not found, then in module. Else vice-versa
17
this.layoutParentLookup = true;
18
- // Module Entry Point
19
- this.entryPoint = "cbjavaloader";
20
// CF Mapping
21
this.cfmapping = "cbjavaloader";
22
0 commit comments