mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-15 15:59:17 +00:00
Fix code style
This commit is contained in:
@@ -29,8 +29,8 @@ public class DefaultClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final Logger LOGGER = LoggerFactory.getLogger(DefaultClient.class);
|
final Logger LOGGER = LoggerFactory.getLogger(DefaultClient.class);
|
||||||
LOGGER.warn("Found old JDK, fallback to the embedded maven!");
|
LOGGER.warn("Found old JDK, fallback to the embedded maven!");
|
||||||
LOGGER.warn("Use JDK 11+ to run maven-mvnd client!");
|
LOGGER.warn("Use JDK 11+ to run maven-mvnd client!");
|
||||||
|
|
||||||
MavenCli.main(argv);
|
MavenCli.main(argv);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user