We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a5859 commit 3d36b00Copy full SHA for 3d36b00
graphqlcodegen-maven-plugin/src/main/java/io/github/deweyjose/graphqlcodegen/Logger.java
@@ -58,8 +58,8 @@ public static void warn(String format, Object... args) {
58
/**
59
* Logs an error message.
60
*
61
- * @param format
62
- * @param args
+ * @param format the format string
+ * @param args the arguments
63
*/
64
public static void error(String format, Object... args) {
65
if (mavenLog != null) {
0 commit comments