You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -461,7 +461,7 @@ public void setUseHttps(boolean value) {
461
461
}
462
462
463
463
/**
464
-
* Returns the version of the CDN files to use to build the page. (e.g v5_0_0)
464
+
* Returns the version of the CDN files to use to build the page. (e.g v5_0_1)
465
465
*
466
466
* Set at application level via "wettemplate_version" property in cdn.properties,
467
467
* can be overriden programatically.
@@ -482,7 +482,7 @@ public String getTemplateVersion() {
482
482
}
483
483
484
484
/**
485
-
* Sets the version of the CDN files to use to build the page. (e.g v5_0_0)
485
+
* Sets the version of the CDN files to use to build the page. (e.g v5_0_1)
486
486
*
487
487
* Set at application level via "wettemplate_version" property in cdn.properties,
Copy file name to clipboardExpand all lines: gocwebtemplate-core/gocwebtemplate-core-base/src/test/resources/goc/webtemplate/global/config/cdn.properties
Copy file name to clipboardExpand all lines: gocwebtemplate-core/gocwebtemplate-core-jsp/src/test/resources/goc/webtemplate/global/config/cdn.properties
0 commit comments