comparison src/org/dancres/blitz/remote/view/EntryViewFactory.java @ 3:d3ec5ebc3dba

Fix up a small race-condition and and a todo for thread-safety in MatchSetImpl.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 25 Apr 2009 08:38:27 +0100
parents 3dc0c5604566
children
comparison
equal deleted inserted replaced
2:47767be3a265 3:d3ec5ebc3dba
120 120
121 return null; 121 return null;
122 } 122 }
123 } 123 }
124 124
125 /**
126 @todo Fix up the missing synchronization inside the loop (should be around the get and expire test)
127 */
125 public void reap(ReapFilter aFilter) { 128 public void reap(ReapFilter aFilter) {
126 /* 129 /*
127 No reap filters will be configured so we can ignore those - see 130 No reap filters will be configured so we can ignore those - see
128 initialization in constructor 131 initialization in constructor
129 */ 132 */