Skip to content

Commit

Permalink
static remove
Browse files Browse the repository at this point in the history
  • Loading branch information
wonwoo committed Oct 16, 2018
1 parent 3b7da1a commit db81f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Object convert(Class<?> rootClass, Object value, Class<?> target, Object
}

@SuppressWarnings("unchecked")
protected static <T> Collection<T> collectionCreate(Class<T> clazz) {
protected <T> Collection<T> collectionCreate(Class<T> clazz) {
if (clazz.isInterface()) {
if (Set.class.isAssignableFrom(clazz)) {
return new HashSet<>();
Expand Down

0 comments on commit db81f35

Please sign in to comment.