Skip to content

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 10, 2021
1 parent e6045b9 commit d361a9e
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
package io.cryostat.net.reports;

import java.nio.file.Path;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionException;
import java.util.concurrent.ExecutionException;
Expand All @@ -47,7 +46,6 @@
import javax.inject.Provider;

import io.cryostat.core.log.Logger;
import io.cryostat.core.reports.ReportTransformer;
import io.cryostat.core.sys.Environment;
import io.cryostat.core.sys.FileSystem;
import io.cryostat.net.ConnectionDescriptor;
Expand Down Expand Up @@ -81,19 +79,6 @@ class ActiveRecordingReportCacheTest {
Provider<Path> tempFileProvider = () -> destinationFile;
final String REPORT_DOC = "<html><body><p>This is a report</p></body></html>";

class TestSubprocessReportGenerator extends SubprocessReportGenerator {
TestSubprocessReportGenerator(FileSystem fs, Set<ReportTransformer> reportTransformers) {
super(
ActiveRecordingReportCacheTest.this.env,
ActiveRecordingReportCacheTest.this.fs,
ActiveRecordingReportCacheTest.this.targetConnectionManager,
reportTransformers,
ActiveRecordingReportCacheTest.this.javaProcessBuilderProvider,
ActiveRecordingReportCacheTest.this.tempFileProvider,
ActiveRecordingReportCacheTest.this.logger);
}
}

@BeforeEach
void setup() {
this.cache =
Expand Down

0 comments on commit d361a9e

Please sign in to comment.