Removed unnecessary SuppressWarnings

This commit is contained in:
moandji.ezana 2015-06-30 12:19:40 +02:00
parent 56be048ab1
commit 5af1ca6f06

View file

@ -46,7 +46,6 @@ abstract class ArrayValueWriter implements ValueWriter {
return collection;
}
@SuppressWarnings("unchecked")
private static Object peek(Object value) {
if (value.getClass().isArray()) {
if (Array.getLength(value) > 0) {