no room for cows

This commit is contained in:
zzz
2009-12-19 16:39:06 +00:00
parent 08e54c515e
commit 513b93f789

View File

@ -170,6 +170,7 @@ public class RateStat {
}
}
/*********
public static void main(String args[]) {
RateStat rs = new RateStat("moo", "moo moo moo", "cow trueisms", new long[] { 60 * 1000, 60 * 60 * 1000,
24 * 60 * 60 * 1000});
@ -206,4 +207,5 @@ public class RateStat {
} catch (InterruptedException ie) { // nop
}
}
*********/
}