mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8375575: AttachNotSupportedException constructor missing @since 27
Reviewed-by: liach
This commit is contained in:
parent
a0e6f028a8
commit
1cdb817422
@ -68,6 +68,8 @@ public class AttachNotSupportedException extends Exception {
|
||||
*
|
||||
* @param message the detail message.
|
||||
* @param cause the cause of this exception.
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
public AttachNotSupportedException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user