Skip to content

Commit ef3798b

Browse files
committed
Add warnings not to edit files copied from graphql-java
1 parent d0b0029 commit ef3798b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/main/kotlin/graphql/kickstart/tools/directive/SchemaDirectiveWiringEnvironmentImpl.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121

2222
import static graphql.Assert.assertNotNull;
2323

24+
/*
25+
* DO NOT EDIT THIS FILE!
26+
*
27+
* File copied from com.graphql-java.graphql-java:14.0 without changes.
28+
*/
2429
@Internal
2530
public class SchemaDirectiveWiringEnvironmentImpl<T extends GraphQLDirectiveContainer> implements
2631
SchemaDirectiveWiringEnvironment<T> {

src/main/kotlin/graphql/kickstart/tools/directive/SchemaGeneratorDirectiveHelper.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@
3333
import static graphql.Assert.assertNotNull;
3434
import static java.util.stream.Collectors.toList;
3535

36-
/**
36+
/*
37+
* DO NOT EDIT THIS FILE!
38+
*
39+
* File copied from com.graphql-java.graphql-java:14.0 without changes.
40+
*/
41+
42+
/**
3743
* This contains the helper code that allows {@link graphql.schema.idl.SchemaDirectiveWiring} implementations to be
3844
* invoked during schema generation.
3945
*/

0 commit comments

Comments
 (0)