Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 90d9f46

Browse files
committed
- remove empty line
1 parent 2a3b0be commit 90d9f46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/mysema/maven/apt/AbstractProcessorMojo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ private List<String> getCompileSourceRoots() {
466466
if (additionalSourceRoots == null) {
467467
return project.getCompileSourceRoots();
468468
}
469-
470469
if (getLog().isDebugEnabled()) {
471470
getLog().debug("Adding additional source roots: " + Joiner.on(", ").skipNulls().join(additionalSourceRoots));
472471
}

0 commit comments

Comments
 (0)