Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GenDB3
lib.dbxref
Commits
e7b5cce0
Commit
e7b5cce0
authored
Jan 20, 2014
by
Lukas Jelonek
Browse files
Fixed wrong httpurl for SOProvider
parent
68845ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
e7b5cce0
...
...
@@ -4,7 +4,7 @@
<groupId>
de.cebitec.common
</groupId>
<artifactId>
dbxref
</artifactId>
<version>
1.0.
6
</version>
<version>
1.0.
7
</version>
<packaging>
bundle
</packaging>
<name>
DbXRef library
</name>
...
...
src/main/java/de/cebitec/common/dbxref/providers/SOProvider.java
View file @
e7b5cce0
...
...
@@ -43,7 +43,7 @@ public class SOProvider implements DbXRefResolver {
List
<
Resource
>
list
=
new
LinkedList
<>();
// liste fuellen
list
.
add
(
new
HTMLResource
(
URI
.
create
(
"http://www.sequenceontology.org/browser/current_svn/term/"
+
ref
.
getId
())));
list
.
add
(
new
HTMLResource
(
URI
.
create
(
"http://www.sequenceontology.org/browser/current_svn/term/
SO:
"
+
ref
.
getId
())));
return
list
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment