From 39dc3aa7db0341457c438693af5ba9bb1cfdf560 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 12 Mar 2025 20:31:40 -0400 Subject: General update It's been a bit too long for me to recall what all I was doing here and what it should've been doing. Just looking at the files, I was attempting to figure out how the EO stuff works. Think I had some basic results, but just mostly added a tracing store to help w/ debugging --- wotonomy-web-test/src/main/java/Application.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wotonomy-web-test/src/main/java') diff --git a/wotonomy-web-test/src/main/java/Application.java b/wotonomy-web-test/src/main/java/Application.java index 5418913..2b59970 100644 --- a/wotonomy-web-test/src/main/java/Application.java +++ b/wotonomy-web-test/src/main/java/Application.java @@ -1,8 +1,3 @@ -// 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.util.ArrayList; import java.util.List; -- cgit v1.2.3