*cough* i knew there was a reason i left that test running...

This commit is contained in:
jrandom
2004-08-13 22:02:29 +00:00
committed by zzz
parent 3b651076d1
commit c18fc1984d

View File

@ -143,6 +143,7 @@ public class Timestamper implements Runnable {
if ( (serverList == null) || (serverList.trim().length() <= 0) )
serverList = DEFAULT_SERVER_LIST;
synchronized (_servers) {
_servers.clear();
StringTokenizer tok = new StringTokenizer(serverList, ",");
while (tok.hasMoreTokens()) {
String val = (String)tok.nextToken();