chore: Run spotless
This commit is contained in:
parent
ae6c7232c4
commit
caefe964b1
8 changed files with 146 additions and 57 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package de.mlessmann.certassist;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.springframework.lang.NonNull;
|
||||
import static org.slf4j.LoggerFactory.getLogger;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.FileVisitResult;
|
||||
|
|
@ -9,8 +8,8 @@ import java.nio.file.FileVisitor;
|
|||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.attribute.BasicFileAttributes;
|
||||
|
||||
import static org.slf4j.LoggerFactory.getLogger;
|
||||
import org.slf4j.Logger;
|
||||
import org.springframework.lang.NonNull;
|
||||
|
||||
public class DeleteRecursiveFileVisitor implements FileVisitor<Path> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue