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

fix for both 3' and 5' partials

parent 0f68ce0a
No related branches found
No related tags found
No related merge requests found
......@@ -773,7 +773,7 @@ public class PublicDBDocumentEntry extends SimpleDocumentEntry
e.printStackTrace();
}
}
else if(qualifiers.getQualifierByName("isFmaxPartial") != null)
if(qualifiers.getQualifierByName("isFmaxPartial") != null)
{
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment