diff options
Diffstat (limited to 'tests/TestNetSwing.java')
-rw-r--r-- | tests/TestNetSwing.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/TestNetSwing.java b/tests/TestNetSwing.java index 08c9db5..3154457 100644 --- a/tests/TestNetSwing.java +++ b/tests/TestNetSwing.java @@ -1,4 +1,7 @@ -/* +/** + * TestNetSwing , a network Ivy domain checker. + * @author Yannick Jestin <mailto:jestin@cena.fr> + * (c) CENA * A simple Swing application in order to check whether the chosen network is * OK */ @@ -251,7 +254,6 @@ class TestNetSwing implements Runnable { System.exit(0); } // getopt new TestNetSwing(domain); - } } // class TestNetSwing |