google-code-backups / sabreamf

Automatically exported from code.google.com/p/sabreamf
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

SabreAMF_RecordSet does not implement an Interface #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Class signature should be:

    abstract class SabreAMF_RecordSet implements SabreAMF_ITypedObject, Countable {

vs. 

    abstract class SabreAMF_RecordSet implements SabreAMF_TypedObject, Countable {

Thanks

Original issue reported on code.google.com by dataf...@gmail.com on 20 Feb 2008 at 6:42

GoogleCodeExporter commented 8 years ago
fix is on svn.. will give it a testrun create a new release next week

Original comment by evert...@gmail.com on 20 Feb 2008 at 7:00

GoogleCodeExporter commented 8 years ago
released in 1.2

Original comment by evert...@gmail.com on 13 Sep 2008 at 9:22