Skip to content

Commit 582b482

Browse files
committed
javadoc issue
1 parent 2fcd242 commit 582b482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/annotations/util/NamingKit.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class NamingKit {
2828
*
2929
* @param name the name to ensure
3030
*
31-
* @return
31+
* @return a valid name
3232
*/
3333
public static String toGraphqlName(String name) {
3434
if (VALID_NAME.matcher(name).matches()) {

0 commit comments

Comments
 (0)