8048264: StringBuffer's codePoint methods throw unspecified IndexOutOfBoundsException

Add missing @throws tags

Reviewed-by: dholmes, lancea
This commit is contained in:
Brent Christian 2015-04-17 12:49:51 -07:00
parent 454ec2e69d
commit b5af5771c7

View File

@ -206,6 +206,7 @@ import java.util.Arrays;
}
/**
* @throws IndexOutOfBoundsException {@inheritDoc}
* @since 1.5
*/
@Override
@ -214,6 +215,7 @@ import java.util.Arrays;
}
/**
* @throws IndexOutOfBoundsException {@inheritDoc}
* @since 1.5
*/
@Override
@ -222,6 +224,7 @@ import java.util.Arrays;
}
/**
* @throws IndexOutOfBoundsException {@inheritDoc}
* @since 1.5
*/
@Override
@ -230,6 +233,7 @@ import java.util.Arrays;
}
/**
* @throws IndexOutOfBoundsException {@inheritDoc}
* @since 1.5
*/
@Override