INTEGRATION: CWS dba24e_SRC680 (1.9.50); FILE MERGED

2007/12/19 10:00:03 oj 1.9.50.1: #i84339# remove check for read only attribute
This commit is contained in:
Vladimir Glazounov
2008-01-29 07:44:50 +00:00
parent 3eeb7523ee
commit 512d804549

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: PropertySet.java,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: rt $ $Date: 2005-09-07 18:40:34 $
* last change: $Author: vg $ $Date: 2008-01-29 08:44:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -399,8 +399,6 @@ XMultiPropertySet
Property prop= getProperty(name);
if (prop == null)
throw new UnknownPropertyException("The property " + name + " is unknown");
if ((prop.Attributes & PropertyAttribute.READONLY) == PropertyAttribute.READONLY)
return new Any(new Type(void.class), null);
synchronized (this)
{