Skip to content

Commit

Permalink
Merge "Fix Arrays Javadoc to be consistent with parameter names." int…
Browse files Browse the repository at this point in the history
…o ics-mr0
  • Loading branch information
Jesse Wilson authored and Android (Google) Code Review committed Oct 17, 2011
2 parents 5de8558 + 09947fc commit 5576e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luni/src/main/java/java/util/Arrays.java
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ public static void checkOffsetAndCount(int arrayLength, int offset, int count) {

/**
* Checks that the range described by {@code start} and {@code end} doesn't exceed
* {@code arrayLength}.
* {@code len}.
*
* @hide
*/
Expand Down

0 comments on commit 5576e93

Please sign in to comment.