From ba8fb23b9da488eaa0a2db521932025d547fe5f7 Mon Sep 17 00:00:00 2001
From: jrandom <jrandom>
Date: Sat, 10 Apr 2004 09:43:29 +0000
Subject: [PATCH] editor testing (ignore for now)

---
 .../net/i2p/heartbeat/gui/PeerPlotConfig.java | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 apps/heartbeat/java/src/net/i2p/heartbeat/gui/PeerPlotConfig.java

diff --git a/apps/heartbeat/java/src/net/i2p/heartbeat/gui/PeerPlotConfig.java b/apps/heartbeat/java/src/net/i2p/heartbeat/gui/PeerPlotConfig.java
new file mode 100644
index 0000000000..d40f56f04c
--- /dev/null
+++ b/apps/heartbeat/java/src/net/i2p/heartbeat/gui/PeerPlotConfig.java
@@ -0,0 +1,20 @@
+package net.i2p.heartbeat.gui;
+
+import net.i2p.heartbeat.ClientConfig;
+
+/**
+ * Configure how we want to render a particular clientConfig in the GUI
+ *
+ */
+class PeerPlotConfig {
+    private ClientConfig _config;
+    
+    private final static void foo() {
+	// bar
+	if (true) {
+	    // baz
+	}
+	// baf
+    } 
+    // moo
+}
\ No newline at end of file
-- 
GitLab