mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-20 15:04: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;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private static Object peek(Object value) {
|
||||
if (value.getClass().isArray()) {
|
||||
if (Array.getLength(value) > 0) {
|
||||
|
|
Loading…
Reference in a new issue