Skip to content

Commit

Permalink
[Java] Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 21, 2021
1 parent 0c3f5a2 commit f50377f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

class PrintEnvInfo
class PrintEnvInfoTest
{
@Disabled
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void sortRecordingLogIsANoOpIfRecordLogIsEmpty(final @TempDir Path emptyClusterD
}

@Test
void sortRecordingLogIsANoOpIfRecordDoesNotExist(final @TempDir Path emptyClusterDir) throws IOException
void sortRecordingLogIsANoOpIfRecordDoesNotExist(final @TempDir Path emptyClusterDir)
{
final File clusterDir = emptyClusterDir.toFile();
final Path logFile = emptyClusterDir.resolve(RecordingLog.RECORDING_LOG_FILE_NAME);
Expand Down

0 comments on commit f50377f

Please sign in to comment.