Skip to content

Commit

Permalink
fix: Typo in Logging of SchemaToJavaTask (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo71 authored Oct 9, 2024
1 parent e1e2838 commit 57be8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ open class SchemaToJavaTask @Inject constructor(
}

if(project.logger.isInfoEnabled) {
project.logger.info("Argeument for javagen: {}", argMap)
project.logger.info("Argument for javagen: {}", argMap)
}

val taskClassPath = jaxbClasspathfiles + addjaxbClasspathfiles
Expand Down

0 comments on commit 57be8f0

Please sign in to comment.