You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: graphql-spring-boot-autoconfigure/src/test/java/graphql/kickstart/autoconfigure/annotations/test/interfaces/Car.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
@AllArgsConstructor
14
14
@NoArgsConstructor
15
15
@EqualsAndHashCode(callSuper = true)
16
-
// “implements Vehicle” has to be repeated here although already inherited from AbstractVehicle
16
+
// "implements Vehicle" has to be repeated here although already inherited from AbstractVehicle
17
17
// because otherwise GraphQL-Java Annotations would not find this class.
0 commit comments