Merge "API: Update java.util.Date to OpenJDK8u60"
am: a2343a7e78
Change-Id: Ic56a141a6ffad9c0080ac3d942d2b669f8ca37d5
This commit is contained in:
@@ -60574,6 +60574,7 @@ package java.util {
|
||||
method public boolean before(java.util.Date);
|
||||
method public java.lang.Object clone();
|
||||
method public int compareTo(java.util.Date);
|
||||
method public static java.util.Date from(java.time.Instant);
|
||||
method public deprecated int getDate();
|
||||
method public deprecated int getDay();
|
||||
method public deprecated int getHours();
|
||||
@@ -60592,6 +60593,7 @@ package java.util {
|
||||
method public void setTime(long);
|
||||
method public deprecated void setYear(int);
|
||||
method public deprecated java.lang.String toGMTString();
|
||||
method public java.time.Instant toInstant();
|
||||
method public deprecated java.lang.String toLocaleString();
|
||||
}
|
||||
|
||||
|
||||
@@ -64174,6 +64174,7 @@ package java.util {
|
||||
method public boolean before(java.util.Date);
|
||||
method public java.lang.Object clone();
|
||||
method public int compareTo(java.util.Date);
|
||||
method public static java.util.Date from(java.time.Instant);
|
||||
method public deprecated int getDate();
|
||||
method public deprecated int getDay();
|
||||
method public deprecated int getHours();
|
||||
@@ -64192,6 +64193,7 @@ package java.util {
|
||||
method public void setTime(long);
|
||||
method public deprecated void setYear(int);
|
||||
method public deprecated java.lang.String toGMTString();
|
||||
method public java.time.Instant toInstant();
|
||||
method public deprecated java.lang.String toLocaleString();
|
||||
}
|
||||
|
||||
|
||||
@@ -60665,6 +60665,7 @@ package java.util {
|
||||
method public boolean before(java.util.Date);
|
||||
method public java.lang.Object clone();
|
||||
method public int compareTo(java.util.Date);
|
||||
method public static java.util.Date from(java.time.Instant);
|
||||
method public deprecated int getDate();
|
||||
method public deprecated int getDay();
|
||||
method public deprecated int getHours();
|
||||
@@ -60683,6 +60684,7 @@ package java.util {
|
||||
method public void setTime(long);
|
||||
method public deprecated void setYear(int);
|
||||
method public deprecated java.lang.String toGMTString();
|
||||
method public java.time.Instant toInstant();
|
||||
method public deprecated java.lang.String toLocaleString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user