mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-15 07:56:10 +00:00
Fix code style
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user