Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
1130dd0f
Commit
1130dd0f
authored
Oct 28, 2019
by
Piotr Gawron
Browse files
unit test fixed
parent
ef448653
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/CazyAnnotator.java
View file @
1130dd0f
...
@@ -61,7 +61,7 @@ public class CazyAnnotator extends ElementAnnotator implements IExternalService
...
@@ -61,7 +61,7 @@ public class CazyAnnotator extends ElementAnnotator implements IExternalService
this
.
setCache
(
null
);
this
.
setCache
(
null
);
try
{
try
{
MiriamData
md
=
uniprotToCazy
(
getExampleValidAnnotation
(),
null
);
MiriamData
md
=
uniprotToCazy
(
getExampleValidAnnotation
(),
new
LogMarker
(
ProjectLogEntryType
.
OTHER
,
new
GenericProtein
(
""
))
);
status
.
setStatus
(
ExternalServiceStatusType
.
OK
);
status
.
setStatus
(
ExternalServiceStatusType
.
OK
);
if
(
md
==
null
||
!
md
.
getResource
().
equalsIgnoreCase
(
"GH5_7"
))
{
if
(
md
==
null
||
!
md
.
getResource
().
equalsIgnoreCase
(
"GH5_7"
))
{
...
...
Write
Preview
Markdown
is supported
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