On Tue, Mar 27, 2001 at 11:11:39AM +0100, Keith James wrote:
>
> Someone has just pointed out to me that the behaviour of the
> SimpleSequenceBuilder with respect to FeatureProperties has changed
> when adding new properties. In addProperty():
>
>
> if (oldValue != null) {
> if (oldValue in
Someone has just pointed out to me that the behaviour of the
SimpleSequenceBuilder with respect to FeatureProperties has changed
when adding new properties. In addProperty():
if (oldValue != null) {
if (oldValue instanceof String) {
newValue = ((String) oldValue) + " " + newValue.to