Skip to content

Commit 3d36b00

Browse files
Dewey joseDewey jose
authored andcommitted
fixed javadoc
1 parent 65a5859 commit 3d36b00

File tree

1 file changed

+2
-2
lines changed
  • graphqlcodegen-maven-plugin/src/main/java/io/github/deweyjose/graphqlcodegen

1 file changed

+2
-2
lines changed

graphqlcodegen-maven-plugin/src/main/java/io/github/deweyjose/graphqlcodegen/Logger.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public static void warn(String format, Object... args) {
5858
/**
5959
* Logs an error message.
6060
*
61-
* @param format
62-
* @param args
61+
* @param format the format string
62+
* @param args the arguments
6363
*/
6464
public static void error(String format, Object... args) {
6565
if (mavenLog != null) {

0 commit comments

Comments
 (0)