Skip to content
Snippets Groups Projects
Commit 516dca85 authored by vlorentz's avatar vlorentz
Browse files

ListContentsInDirectories: Fix logger class name

parent a2d4344c
No related branches found
No related tags found
No related merge requests found
Pipeline #3729 canceled
......@@ -63,7 +63,7 @@ public class ListContentsInDirectories {
private CSVParser csvParser;
private MyBooleanBigArrayBigList processedDirectories;
final static Logger logger = LoggerFactory.getLogger(PopularContentPaths.class);
final static Logger logger = LoggerFactory.getLogger(ListContentsInDirectories.class);
public static void main(String[] args)
throws IOException, ClassNotFoundException, InterruptedException, ExecutionException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment