Skip to content

Commit e85a9a0

Browse files
committed
Merge branch 'development' of github.com:ColdBox/coldbox-platform into development
2 parents 0a86e7a + 8015ff0 commit e85a9a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

system/web/context/Response.cfc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ component accessors="true" {
8484

8585
/**
8686
* Remove by ColdBox 9
87+
*
8788
* @deprecated The status text is not used in the servlet spec anymore.
8889
*/
8990
property

system/web/routing/Router.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ component
2222
****************************************************************/
2323

2424
property
25-
name ="cachebox"
25+
name ="cachebox"
2626
inject ="cachebox"
2727
delegate="getCache";
2828
property
2929
name ="controller"
30-
inject ="coldbox"
30+
inject ="coldbox"
3131
delegate="relocate,runEvent,runRoute";
3232
property name="flash" inject="coldbox:flash";
3333
property name="logBox" inject="logbox";

0 commit comments

Comments
 (0)