We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf581d commit 1b66c6eCopy full SHA for 1b66c6e
src/main/java/graphql/Enums.java
@@ -9,9 +9,9 @@
9
*/
10
@PublicApi
11
public class Enums {
12
- public static final String ON_ERROR = "OnError";
+ static final String ON_ERROR = "OnError";
13
public static final String ON_ERROR_PROPAGATE = "PROPAGATE";
14
- public static final String ON_ERROR_NULL = "NULL";
+ static final String ON_ERROR_NULL = "NULL";
15
16
@ExperimentalApi
17
public static final EnumTypeDefinition ON_ERROR_TYPE_DEFINITION;
0 commit comments