1
0
Fork 0
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:
Sergey Prigogin 2016-03-21 14:02:12 -07:00
parent 5a5de4b1db
commit e156a0fb89

View file

@ -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