Skip to content
Snippets Groups Projects
Commit 73a36a6d authored by tcarver's avatar tcarver
Browse files

fix for writing orthologs

parent 4f0d4d8c
No related branches found
No related tags found
No related merge requests found
...@@ -454,7 +454,7 @@ public class PublicDBDocumentEntry extends SimpleDocumentEntry ...@@ -454,7 +454,7 @@ public class PublicDBDocumentEntry extends SimpleDocumentEntry
if(tmpNewValues.size() == 0) if(tmpNewValues.size() == 0)
continue; continue;
Pattern p = Pattern.compile("\\w+:link=\\w+"); Pattern p = Pattern.compile("\\w+[ :]link=\\w+");
for(int j=0; j<tmpNewValues.size(); j++) for(int j=0; j<tmpNewValues.size(); j++)
{ {
String valueStr = (String)tmpNewValues.get(j); String valueStr = (String)tmpNewValues.get(j);
......
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