mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8300587: (bf) Some covariant overrides are missing @since tags
Reviewed-by: lancea, iris
This commit is contained in:
parent
03a9a88efb
commit
542bfe61e6
2 changed files with 16 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -1517,6 +1517,7 @@ public abstract sealed class $Type$Buffer
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 9
|
||||
*/
|
||||
@Override
|
||||
public
|
||||
|
@ -1530,6 +1531,7 @@ public abstract sealed class $Type$Buffer
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 9
|
||||
*/
|
||||
@Override
|
||||
public
|
||||
|
@ -1543,6 +1545,7 @@ public abstract sealed class $Type$Buffer
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 9
|
||||
*/
|
||||
@Override
|
||||
public
|
||||
|
@ -1556,6 +1559,7 @@ public abstract sealed class $Type$Buffer
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 9
|
||||
*/
|
||||
@Override
|
||||
public
|
||||
|
@ -1569,6 +1573,7 @@ public abstract sealed class $Type$Buffer
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 9
|
||||
*/
|
||||
@Override
|
||||
public
|
||||
|
@ -1582,6 +1587,7 @@ public abstract sealed class $Type$Buffer
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 9
|
||||
*/
|
||||
@Override
|
||||
public
|
||||
|
@ -1595,6 +1601,7 @@ public abstract sealed class $Type$Buffer
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 9
|
||||
*/
|
||||
@Override
|
||||
public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue