Skip to content

Commit 6664a4d

Browse files
committed
BAEL-5421
1 parent 154f6e1 commit 6664a4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core-java-modules/core-java-jar/src/test/java/com/baeldung/jar/MySampleGUIAppnUnitTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class MySampleGUIAppnUnitTest {
99
@Test
1010
void testMain() throws IOException {
1111
System.setProperty("java.awt.headless", "true");
12-
//MySampleGUIAppn instance = new MySampleGUIAppn();
1312
String [] args = null;
1413
System.exit(0);
1514
MySampleGUIAppn.main(args);

0 commit comments

Comments
 (0)