Merge "docs: Fix typo in Time#compare" into mnc-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
e0d758a5f6
@@ -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