Skip to content

Commit

Permalink
警告修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Mar 18, 2017
1 parent 39f563a commit 784f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/test/java/net/mm2d/upnp/HttpResponseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class HttpResponseTest {
static {
Calendar cal = Calendar.getInstance();
cal.setTimeZone(TimeZone.getTimeZone("GMT"));
cal.set(2017, 0, 1, 0, 0, 0);
cal.set(2017, Calendar.JANUARY, 1, 0, 0, 0);
cal.set(Calendar.MILLISECOND, 0);
DATE = cal.getTime();
}
Expand Down

0 comments on commit 784f04a

Please sign in to comment.