rmasy / rebioma

Automatically exported from code.google.com/p/rebioma
0 stars 0 forks source link

nomenclatural code not required in csv but required in server side taxonomic validation #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
on server side, remove nomenclaturalcode from api call:
Classification c = taxonomicAuthority.classify(genus, se, nc);

should be:
Classification c = taxonomicAuthority.classify(genus, se);

Original issue reported on code.google.com by eightyst...@gmail.com on 12 Nov 2008 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by eightyst...@gmail.com on 14 Nov 2008 at 8:44

GoogleCodeExporter commented 9 years ago
fixed in r1188

Original comment by Tri...@gmail.com on 6 Jan 2009 at 1:12