(String s)
| 95 | |
| 96 | /* print to the log file */ |
| 97 | protected static void log(String s) { |
| 98 | if (false) { |
| 99 | System.out.println(s); |
| 100 | } |
| 101 | // synchronized (log) { |
| 102 | // log.println(s); |
| 103 | // log.flush(); |
| 104 | // } |
| 105 | } |
| 106 | |
| 107 | |
| 108 | //public static void main(String[] a) throws Exception { |