Skip to content

Commit

Permalink
fixed files form Chart #8
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent d457523 commit 4810517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Chart/8/org/jfree/data/time/Week.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public Week(Date time) {
*/
public Week(Date time, TimeZone zone) {
// defer argument checking...
this(time, RegularTimePeriod.DEFAULT_TIME_ZONE, Locale.getDefault());
this(time, zone, Locale.getDefault());
}

/**
Expand Down

0 comments on commit 4810517

Please sign in to comment.