editor testing (ignore for now)

This commit is contained in:
jrandom
2004-04-10 09:43:29 +00:00
committed by zzz
parent 99790695a2
commit ba8fb23b9d

View File

@ -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
}