docs: Fix typo in Time#compare
bug: https://code.google.com/p/android/issues/detail?id=31733 Change-Id: I31ff3193caf18a4d8bbc843e15fccf8439a6b4b9
This commit is contained in:
@@ -331,7 +331,7 @@ public class Time {
|
||||
* @throws IllegalArgumentException if {@link #allDay} is true but {@code
|
||||
* hour}, {@code minute}, and {@code second} are not 0.
|
||||
* @return a negative result if {@code a} is earlier, a positive result if
|
||||
* {@code a} is earlier, or 0 if they are equal.
|
||||
* {@code b} is earlier, or 0 if they are equal.
|
||||
*/
|
||||
public static int compare(Time a, Time b) {
|
||||
if (a == null) {
|
||||
|
||||
Reference in New Issue
Block a user