Skip to content

Commit 7ac7e80

Browse files
gnodetclaude
andcommitted
Fix Spotless formatting violation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 845a63a commit 7ac7e80

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultModelBuilder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,8 +1598,7 @@ Model doReadFileModel() throws ModelBuilderException {
15981598
pomPath = modelProcessor.locateExistingPom(pomPath);
15991599
}
16001600
if (pomPath != null && Files.isRegularFile(pomPath)) {
1601-
if (rootDirectoryFromSession
1602-
&& !isParentWithinRootDirectory(pomPath, rootDirectory)) {
1601+
if (rootDirectoryFromSession && !isParentWithinRootDirectory(pomPath, rootDirectory)) {
16031602
add(
16041603
Severity.FATAL,
16051604
Version.BASE,

0 commit comments

Comments
 (0)