Cory Horner a écrit :
> String getVoice() --> Collection<String> getVoice();
> String getFacsimile() --> Collection<String> getFacsimile();

Reminder: when changing a singleton to a collection, do not replace the return
type. Instead:

* Add new 'getVoices()' and 'getFacsimiles()' methods
  (note the ending 's').

* Put "@since GeoAPI 2.1" javadoc tag in the new methods.

* Deprecate the old 'getVoice()' and 'getFacsimile()' methods.
  They will be deleted later, not now.

I fixed the Telephone changes in order to match the above.

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to