Skip to content

Commit 4f912d9

Browse files
committed
updated link
1 parent 176adf7 commit 4f912d9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/cbjavaloader/ModuleConfig.cfc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ component {
88
// Module Properties
99
this.title = "JavaLoader";
1010
this.author = "Ortus Solutions";
11-
this.webURL = "http://www.ortussolutions.com";
11+
this.webURL = "https://www.ortussolutions.com";
1212
this.description = "A JavaLoader Module for ColdBox";
1313
this.version = "@build.version@[email protected]@";
1414
// If true, looks for views in the parent first, if not found, then in the module. Else vice-versa
@@ -17,7 +17,10 @@ component {
1717
this.layoutParentLookup = true;
1818
// CF Mapping
1919
this.cfmapping = "cbjavaloader";
20-
20+
21+
/**
22+
* Configure module
23+
*/
2124
function configure(){
2225
// Register Custom DSL, don't map it because it is too late, mapping DSLs are only good by the parent app
2326
controller.getWireBox()

0 commit comments

Comments
 (0)