|
From: Roger G. <ro...@co...> - 2007-03-01 11:53:35
|
On Wed, Feb 28, 2007 at 10:37:03PM -0500, Zach Del wrote:
> Nice. Will apply patch to HEAD -- and thanks for the diff.
Glad you like it.
BTW I is there a reason why map.getProvincesMatchingCloset() are
map.GetProvinceMatching() are implemented seperately, I would
have thought implementing map.GetProvinceMatching() as
Collection provs=getProvincesMatchingCloset(..);
if (provs.size()>1) {
return null;
} else {
return provs[0];
}
would make maintence easier.
TTFN
--
Roger. Home| http://www.sandman.uklinux.net/
Master of Peng Shui. (Ancient oriental art of Penguin Arranging)
Work|Independent Sys Consultant | http://www.computer-surgery.co.uk/
New key Fpr: 1227 ABB1 7545 77A7 6816 2D18 4EBC AA9B 8EE3 1DD3
|