OBS-URL: https://build.opensuse.org/package/show/Java:packages/java-comment-preprocessor?expand=0&rev=5
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
@Override
|
||||
public void execute() throws MojoExecutionException, MojoFailureException {
|
||||
- final Log log = getLog();
|
||||
+ final Logger log = LoggerFactory.getLogger(PreprocessorClearMojo.class);
|
||||
+ final Logger log = LoggerFactory.getLogger(this.getClass());
|
||||
|
||||
log.info("Cleaning has been started");
|
||||
if (this.fileSets == null) {
|
||||
|
||||
Reference in New Issue
Block a user