Skip to content

Commit

Permalink
Fixes SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
pidoubleyou committed Nov 4, 2017
1 parent f6d0a97 commit 8c1657e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/java/mServer/crawler/sender/br/BrCrawler.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

public class BrCrawler extends MediathekReader {

public final static String SENDERNAME = Const.BR;
public final static String BASE_URL = "https://www.br.de/mediathek/";
private final static Logger LOG = LogManager.getLogger(BrCrawler.class);
public static final String SENDERNAME = Const.BR;
public static final String BASE_URL = "https://www.br.de/mediathek/";
private static final Logger LOG = LogManager.getLogger(BrCrawler.class);

private final ForkJoinPool forkJoinPool;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import mServer.crawler.RunSender;
import mServer.crawler.sender.MediathekReader;

public class BrWebAccessHelper<V> {
public class BrWebAccessHelper {

private BrWebAccessHelper() {}

Expand Down

0 comments on commit 8c1657e

Please sign in to comment.