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:
Dan Dascalescu
2016-02-18 13:30:36 -08:00
parent d277d908b8
commit 3d25bcb62a

View File

@@ -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) {