[Biojava-l] SimpleAssembly
Schreiber, Mark
mark.schreiber@agresearch.co.nz
Wed, 4 Apr 2001 16:10:30 +1200
Hi -
I have noticed that SimpleAssembly does not contain an Annotation asscoiated
with the pointer annotation which causes NullPointerExceptions. I have added
this.annotation = Annotation.EMPTY_ANNOTATION;
to each of the constructors and added a new constructor:
SimpleAssembly(int length, String name, String uri, Annotation anno)
to the class.
I will commit these when i get cvs up and running
Mark