This commit is contained in:
Phillip Webb
2015-07-16 12:56:49 -07:00
parent 4405ae4eaf
commit 728e64b929
19 changed files with 136 additions and 113 deletions

View File

@@ -154,4 +154,5 @@ public class JacksonProperties {
public void setTimeZone(TimeZone timeZone) {
this.timeZone = timeZone;
}
}