Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2XB3FinalProject
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Schankula
2XB3FinalProject
Commits
5c274423
Commit
5c274423
authored
7 years ago
by
Ray
Browse files
Options
Downloads
Patches
Plain Diff
Fixed merge texts
parent
8088955f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/biotree/WormsAPI.java
+1
-4
1 addition, 4 deletions
src/biotree/WormsAPI.java
with
1 addition
and
4 deletions
src/biotree/WormsAPI.java
+
1
−
4
View file @
5c274423
...
...
@@ -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
)
{
>>>>>>>
7713
da5ef410b951f64f9d9fda4937386132f0a0
return
copiedArray
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment