Skip to content

Commit 905fafd

Browse files
committed
Polishing
1 parent 2de4d95 commit 905fafd

File tree

1 file changed

+1
-1
lines changed
  • junit-platform-console/src/main/java/org/junit/platform/console/options

1 file changed

+1
-1
lines changed

junit-platform-console/src/main/java/org/junit/platform/console/options/MainCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CommandResult<?> run(String[] args, Optional<OutputStreamConfig> outputStreamCon
139139
return runCommand(commandLine, args, outputStreamConfig);
140140
}
141141

142-
private static CommandResult<Object> runCommand(CommandLine commandLine, String[] args,
142+
private static CommandResult<?> runCommand(CommandLine commandLine, String[] args,
143143
Optional<OutputStreamConfig> outputStreamConfig) {
144144
BaseCommand.initialize(commandLine);
145145
outputStreamConfig.ifPresent(it -> it.applyTo(commandLine));

0 commit comments

Comments
 (0)