fix comment

This commit is contained in:
Looly 2022-10-26 00:33:12 +08:00
parent c1fe82d2ce
commit 21aa56a982

View File

@ -460,7 +460,7 @@ public class IterUtil {
* @param index 位置
* @param <E> 元素类型
* @return 元素找不到元素返回{@code null}
* @throws IndexOutOfBoundsException index < 0时报错
* @throws IndexOutOfBoundsException index &lt; 0时报错
* @since 5.8.0
*/
public static <E> E get(final Iterator<E> iterator, int index) throws IndexOutOfBoundsException {