Skip to content

Commit

Permalink
Add TimeZoneTest
Browse files Browse the repository at this point in the history
  • Loading branch information
zxh0 committed Oct 8, 2019
1 parent d92032f commit f4a46dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions test/testclasses/src/main/java/stdlib/util/TimeZoneTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package stdlib.util;

import java.util.TimeZone;

public class TimeZoneTest {

public static void main(String[] args) {
System.out.println(TimeZone.getDefault());
}

}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package stdlib.basic.util;
package stdlib.util;

import java.util.Collections;
import java.util.zip.ZipEntry;
Expand Down

0 comments on commit f4a46dd

Please sign in to comment.