Skip to content

Commit

Permalink
Renamed setter for devMode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jun 22, 2015
1 parent 88bfeb5 commit f18e24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void setDefaultEncoding(String val) {
}

@Inject(StrutsConstants.STRUTS_DEVMODE)
public void setDebugMode(String val) {
public void setDevMode(String val) {
this.devMode = BooleanUtils.toBoolean(val);
}

Expand Down

0 comments on commit f18e24d

Please sign in to comment.