aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/testdata/JarManifestTest/src/Main.java
diff options
context:
space:
mode:
Diffstat (limited to 'ajde/testdata/JarManifestTest/src/Main.java')
-rw-r--r--ajde/testdata/JarManifestTest/src/Main.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/ajde/testdata/JarManifestTest/src/Main.java b/ajde/testdata/JarManifestTest/src/Main.java
deleted file mode 100644
index 94369dd8e..000000000
--- a/ajde/testdata/JarManifestTest/src/Main.java
+++ /dev/null
@@ -1,25 +0,0 @@
-import java.io.IOException;
-
-/*
- * Created on 30-Jul-03
- *
- * To change this generated comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
-
-/**
- * @author websterm
- *
- * To change this generated comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
-public class Main {
-
- public void println () {
- System.out.println("Main.");
- }
-
- public static void main(String[] args) throws IOException {
- new Main().println();
- }
-}