We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154f6e1 commit 6664a4dCopy full SHA for 6664a4d
1 file changed
core-java-modules/core-java-jar/src/test/java/com/baeldung/jar/MySampleGUIAppnUnitTest.java
@@ -9,7 +9,6 @@ class MySampleGUIAppnUnitTest {
9
@Test
10
void testMain() throws IOException {
11
System.setProperty("java.awt.headless", "true");
12
- //MySampleGUIAppn instance = new MySampleGUIAppn();
13
String [] args = null;
14
System.exit(0);
15
MySampleGUIAppn.main(args);
0 commit comments