summaryrefslogtreecommitdiff
path: root/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Application.java
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-21 17:07:23 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-21 17:07:23 -0400
commit8283e417245b26abd290f7e6fd0511869802fc82 (patch)
treeab9a6b3593d4ce5b059dbcd723fdc112edd2613d /wotonomy-web-test/src/main/webapp/WEB-INF/classes/Application.java
parent59b10ba33f4c0b1d399b5d31b7a07380abb62677 (diff)
Rename to avoid name conflict
Diffstat (limited to 'wotonomy-web-test/src/main/webapp/WEB-INF/classes/Application.java')
-rw-r--r--wotonomy-web-test/src/main/webapp/WEB-INF/classes/Application.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Application.java b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Application.java
new file mode 100644
index 0000000..815e210
--- /dev/null
+++ b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Application.java
@@ -0,0 +1,14 @@
+// Decompiled by Jad v1.5.8c. Copyright 2001 Pavel Kouznetsov.
+// Jad home page: http://www.geocities.com/kpdus/jad.html
+// Decompiler options: packimports(3) fieldsfirst nonlb space
+// Source File Name: Application.java
+
+import java.io.PrintStream;
+import net.wotonomy.web.WOApplication;
+
+public class Application extends WOApplication {
+
+ public Application() {
+ System.out.println("Application()");
+ }
+}