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 0000000000000000000000000000000000000000..d40f56f04cbbe812a4d0ea5f4602aceeab968b6a
--- /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