Fix code style

This commit is contained in:
Guillaume Nodet
2022-12-16 09:58:14 +01:00
parent 7a788bb86f
commit c91c0e8352

View File

@@ -29,8 +29,8 @@ public class DefaultClient {
}
final Logger LOGGER = LoggerFactory.getLogger(DefaultClient.class);
LOGGER.warn("Found old JDK, fallback to the embedded maven!");
LOGGER.warn("Use JDK 11+ to run maven-mvnd client!");
LOGGER.warn("Found old JDK, fallback to the embedded maven!");
LOGGER.warn("Use JDK 11+ to run maven-mvnd client!");
MavenCli.main(argv);
}