We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcd242 commit 582b482Copy full SHA for 582b482
src/main/java/graphql/annotations/util/NamingKit.java
@@ -28,7 +28,7 @@ public class NamingKit {
28
*
29
* @param name the name to ensure
30
31
- * @return
+ * @return a valid name
32
*/
33
public static String toGraphqlName(String name) {
34
if (VALID_NAME.matcher(name).matches()) {
0 commit comments