mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed warnings
This commit is contained in:
@@ -106,6 +106,7 @@ public final class RMCollectionUtils
|
||||
* @param <T> the element type.
|
||||
* @return a Serializable List containing all the provided elements.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@SafeVarargs
|
||||
public static <T extends Serializable, LIST extends Serializable & List<T>>
|
||||
LIST asSerializableList(T... elements)
|
||||
|
Reference in New Issue
Block a user