Skip to content

Commit ad082b1

Browse files
authored
fix GraphQLError javadoc (#839)
1 parent 05ea8a8 commit ad082b1

File tree

1 file changed

+1
-2
lines changed
  • graphql-kotlin-types/src/main/kotlin/com/expediagroup/graphql/types

1 file changed

+1
-2
lines changed

graphql-kotlin-types/src/main/kotlin/com/expediagroup/graphql/types/GraphQLError.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties
2020
import com.fasterxml.jackson.annotation.JsonInclude
2121

2222
/**
23-
* GraphQL error representation that is spec complaint with serialization and deserialization,
24-
* but still implements the graphql-java interface.
23+
* GraphQL error representation that is spec complaint with serialization and deserialization.
2524
*
2625
* @see [GraphQL Specification](http://spec.graphql.org/June2018/#sec-Errors) for additional details
2726
*/

0 commit comments

Comments
 (0)