Hi,
I've just updated with the latest snapshot and hit a problem around how the map
builders are now used. Previously our UserPeer was an extension of the
TurbineUserPeer class (half of it was valid for our use) - but the new version is hard
coded to use the DEFAULT_MAP_BUILDER.
Would it be valid to change it to use the map builder in the resources file by
default? That is, as per this patch?
Thanks,
Chris
diff -r1.1.1.1 TurbineUserPeer.java
90c90
< private static final TurbineMapBuilder mapBuilder = (TurbineMapBuilder)
getMapBuilder(BasePeer.DEFAULT_MAP_BUILDER);
---
> private static final TurbineMapBuilder mapBuilder = (TurbineMapBuilder)
>getMapBuilder();
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]