Skip to content

Commit

Permalink
codacy report fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSharpSoft committed Nov 5, 2023
1 parent 94d51c1 commit d2155b8
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@ public class CsvGithubIssueSubmitter extends ErrorReportSubmitter {
public static final String GIT_REPO = "intellij-csv-validator";
public static final GHRepositoryPath GITHUB_FULL_PATH = new GHRepositoryPath(GIT_USER, GIT_REPO);

private static ScheduledFuture recentlySentReport = null;
private static ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor();

private static class CsvGithubSubmitException extends RuntimeException {
CsvGithubSubmitException(Throwable exception) {
super(exception);
}
}

private static ScheduledFuture recentlySentReport = null;

private static ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor();;

@NotNull
@Override
public String getReportActionText() {
Expand Down

0 comments on commit d2155b8

Please sign in to comment.