Skip to content

Commit 6c48bf3

Browse files
author
zhourenjian
committed
java.util.Date is still very simple, no need to require SimpleTextFormat ...
1 parent 7135995 commit 6c48bf3

File tree

1 file changed

+1
-1
lines changed
  • sources/net.sf.j2s.java.core/src/java/util

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/util/Date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Clazz.load (["java.io.Serializable", "java.lang.Cloneable", "$.Comparable"], "java.util.Date", ["java.lang.IllegalArgumentException", "java.lang.ref.SoftReference", "java.text.DateFormat", "$.SimpleDateFormat", "java.util.GregorianCalendar", "$.TimeZone"], function () {
1+
Clazz.load (null, "java.util.Date", null, function () {
22
java.util.Date = Date;
33
Clazz.decorateAsType (java.util.Date, "java.util.Date", null, [java.io.Serializable, Cloneable, Comparable]);
44

0 commit comments

Comments
 (0)