524525526527528529530531532533534
Object objectValue = _converter.convert(_value); IExtensionSpecification top = (IExtensionSpecification) digester.peek(); top.addConfiguration(_propertyName, objectValue); _converter = null; _value = null; _propertyName = null;
566567568569570571572573574575576
565566567568569570571572573574575