Skip to content

Commit 3312c5c

Browse files
committed
mark public classes
1 parent 5be7647 commit 3312c5c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/java/graphql/schema/CoercingParseLiteralException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
import graphql.ErrorType;
44
import graphql.GraphQLError;
55
import graphql.GraphQLException;
6+
import graphql.PublicApi;
67
import graphql.language.SourceLocation;
78

89
import java.util.Arrays;
910
import java.util.List;
1011

12+
@PublicApi
1113
public class CoercingParseLiteralException extends GraphQLException implements GraphQLError {
1214
private List<SourceLocation> sourceLocations;
1315

src/main/java/graphql/schema/CoercingParseValueException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
import graphql.ErrorType;
44
import graphql.GraphQLError;
55
import graphql.GraphQLException;
6+
import graphql.PublicApi;
67
import graphql.language.SourceLocation;
78

89
import java.util.Arrays;
910
import java.util.List;
1011

12+
@PublicApi
1113
public class CoercingParseValueException extends GraphQLException implements GraphQLError {
1214
private List<SourceLocation> sourceLocations;
1315

0 commit comments

Comments
 (0)