Skip to content
Snippets Groups Projects
Commit 5c274423 authored by Ray's avatar Ray
Browse files

Fixed merge texts

parent 8088955f
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public class WormsAPI {
* @throws IOException
* @throws ParseException
*/
<<<<<<< HEAD
public static TaxonNode[] idToClassification(int taxonId) throws IOException, ParseException {
String resp = makeRequest(String.format("http://marinespecies.org/rest/AphiaClassificationByAphiaID/%d", taxonId));
JSONParser parser = new JSONParser();
......@@ -85,9 +85,6 @@ public class WormsAPI {
TaxonNode[] copiedArray = new TaxonNode[arraysize];
System.arraycopy(taxnodes, 0, copiedArray, 0, arraysize);
=======
public static TaxonNode[] idToClassification(int taxonId) {
>>>>>>> 7713da5ef410b951f64f9d9fda4937386132f0a0
return copiedArray;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment