*/
public class AdjustTestApp
{
public static void main (String[] args)
{
PrefsConfig config = new PrefsConfig("test");
new RuntimeAdjust.IntAdjust(
"This is a test adjustment. It is nice.",
"samskivert.test.int_adjust1", config, 5);
new RuntimeAdjust.IntAdjust(
"This is another test adjustment. It is nice.",