Skip to content

Commit c4c7a6c

Browse files
cowwocclaude
andcommitted
Fix Spotless formatting violation
Put LOGGER.debug() call on single line to satisfy Spotless formatting rules. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e1a829a commit c4c7a6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/apache/maven/buildcache/BuildCacheMojosExecutionStrategy.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ public void execute(
181181
// When running only clean phase, there are no cacheable mojos
182182
if (result.getValidationTimeEvents() == null
183183
|| result.getValidationTimeEvents().isEmpty()) {
184-
LOGGER.debug(
185-
"Skipping cache storage for {} - no cacheable mojos executed", projectName);
184+
LOGGER.debug("Skipping cache storage for {} - no cacheable mojos executed", projectName);
186185
} else {
187186
LOGGER.debug("Using validation-time properties for cache storage (consistent lifecycle point)");
188187
cacheController.save(result, mojoExecutions, result.getValidationTimeEvents());

0 commit comments

Comments
 (0)