OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sdo message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [sdo] ISSUE 150: Remove deprecated DataObject.getProperty(String)method


Similar to ISSUE 141 (remove deprecated Sequence.add methods), DataObject.getProperty is another method that was added in 2.0 and then deprecated in 2.1, so we're safe to remove it now.

PROPOSAL:

Remove the following lines from DataObject.java:

  /**
   * @deprecated replaced by {@link #getInstanceProperty(String)} in 2.1.0
   */
  Property getProperty(String propertyName);

Radu



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]