editor testing (ignore for now)
This commit is contained in:
@ -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
|
||||||
|
}
|
Reference in New Issue
Block a user