[Biojava-dev] typo
Nick England
nickengland at gmail.com
Tue Nov 13 13:28:41 UTC 2012
Should getConsituents() be left as a stub method with @Deprecated calling
the new getConstituents()?
ie:
/**@Deprecated Use getConstituents() instead (typo)
**/
@Deprecated
public Set<NucleotideCompound> getConsituents(){
return this.getConstituents();
}
Otherwise changing this will break APIs, which should be left for a big
version number change.
Thanks,
Nick England
On 13 November 2012 12:57, Amr AL-HOSSARY <amr_alhossary at hotmail.com> wrote:
> High Tony,
> Corrected.Thanks for the notice. :)
>
>
> Best Regards,
>
>
> Amr AL-HOSSARY
>
>
>
>
>
>
>
>
>
> Amr Ali AL-HOSSARY |
> Ph.D. Student |
> International PhD program in Computational Biology and Bioinformatics |
> School of Computer Engineering |
> Nanyang Technological University |
> Singapore |
> Email: amra0001 at e.ntu.edu.sg
> |
>
>
>
>
> > Date: Tue, 13 Nov 2012 12:35:31 +0000
> > From: power3d at gmail.com
> > To: biojava-dev at lists.open-bio.org
> > Subject: [Biojava-dev] typo
> >
> > Hi there,
> >
> >
> > Just found a typo in the NucleotideCompound class.
> >
> > 099 public Set<NucleotideCompound> getConsituents()
> >
> > Should it be: getConstituents()?
> >
> >
> > Cheers,
> >
> > Tony
> > _______________________________________________
> > biojava-dev mailing list
> > biojava-dev at lists.open-bio.org
> > http://lists.open-bio.org/mailman/listinfo/biojava-dev
>
>
>
> _______________________________________________
> biojava-dev mailing list
> biojava-dev at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/biojava-dev
>
>
More information about the biojava-dev
mailing list