Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Update Spring Boot version to 2.5.2 jmix-framework/jmix#208
Browse files Browse the repository at this point in the history
  • Loading branch information
andreysubbotin committed Jul 6, 2021
1 parent ab382ef commit c0f1854
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
import io.jmix.graphql.datafetcher.GqlEntityValidationException;
import io.jmix.graphql.schema.scalar.CustomScalars;
import org.apache.commons.lang3.StringUtils;
import org.jetbrains.annotations.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.lang.NonNull;
import org.springframework.stereotype.Component;

import javax.annotation.Nullable;
Expand Down Expand Up @@ -108,7 +108,7 @@ public static GraphQLArgument listArg(String name, String type, @Nullable String
.build();
}

@NotNull
@NonNull
public static GraphQLList listType(String typeName) {
return GraphQLList.list(new GraphQLTypeReference(typeName));
}
Expand Down

0 comments on commit c0f1854

Please sign in to comment.