mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-22 07:54:28 +00:00
Removed unnecessary SuppressWarnings
This commit is contained in:
parent
56be048ab1
commit
5af1ca6f06
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ abstract class ArrayValueWriter implements ValueWriter {
|
||||||
return collection;
|
return collection;
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
private static Object peek(Object value) {
|
private static Object peek(Object value) {
|
||||||
if (value.getClass().isArray()) {
|
if (value.getClass().isArray()) {
|
||||||
if (Array.getLength(value) > 0) {
|
if (Array.getLength(value) > 0) {
|
||||||
|
|
Loading…
Reference in a new issue