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: ISSUE 141: Proposed Resolution


Hi Guys,

As promised, here is the proposed resolution (for approval in next 
Tuesday's call) for http://www.osoa.org/jira/browse/SDO-141

I noticed that in the spec documents, there is no mention of the 
deprecated Sequence.add() methods, so the only required change is to 
simply remove the 2 methods from the Java interface.

Thanks,
Frank.


PROPOSAL:

Remove the following lines from Sequence.java:


  /** 
   * @deprecated replaced by {@link #addText(String)} in 2.1.0 
   */ 
  void add(String text); 

  /** 
   * @deprecated replaced by {@link #addText(int, String)} in 2.1.0 
   */ 
  void add(int index, String text);
 


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