Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6150cc58 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Range.java:Correct sign error in description"

parents bb99fe0b ad1c854f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import android.hardware.camera2.utils.HashCodeHelpers;
 * "integers from 1 to 100 inclusive."
 * </p>
 * <p>
 * All ranges are bounded, and the left side of the range is always {@code >=}
 * All ranges are bounded, and the left side of the range is always {@code <=}
 * the right side of the range.
 * </p>
 *