Skip to content

Commit bd326de

Browse files
eclipse-pde-botakurtakov
authored andcommitted
Perform clean code of ui/org.eclipse.pde.launching
1 parent 668886e commit bd326de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/JUnitLaunchValidationOperation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
public class JUnitLaunchValidationOperation extends LaunchValidationOperation {
3434

35-
private static final Set<String> JUNIT_PLATFORM_ENGINE_BUNLDES = Set.of(new String[] { //
35+
private static final Set<String> JUNIT_PLATFORM_ENGINE_BUNLDES = Set.of(//
3636
"junit-platform-engine", //$NON-NLS-1$
3737
"org.junit.platform.engine", //$NON-NLS-1$
38-
});
38+
);
3939

4040
private final Map<Object, Object[]> fErrors = new HashMap<>(2);
4141

0 commit comments

Comments
 (0)