mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Added two missing @noreference tags.
This commit is contained in:
parent
5a5de4b1db
commit
e156a0fb89
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,7 @@ public abstract class ArrayUtil {
|
|||
|
||||
/**
|
||||
* @deprecated Use {@link #appendAt(Class, Object[], int, Object)} instead.
|
||||
* @noreference This method is not intended to be referenced by clients.
|
||||
* @since 4.0
|
||||
*/
|
||||
@Deprecated
|
||||
|
@ -515,6 +516,7 @@ public abstract class ArrayUtil {
|
|||
|
||||
/**
|
||||
* @deprecated Use {@link #trim(Object[], int)} or {@link #trimAt(Class, Object[], int)} instead
|
||||
* @noreference This method is not intended to be referenced by clients.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Deprecated
|
||||
|
|
Loading…
Add table
Reference in a new issue