-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.2
-
Component/s: Seam / JSF UI
-
Tags:
-
Backlog priority:400
-
Sprint:nxfit 8.3.3
-
Story Points:2
code should be
// Check if there is any saved ConverterCheckResult for the desired // MIME type. if (pdfConverterForTypes.containsKey(mimetype)) { return pdfConverterForTypes.get(mimetype).isAvailable(); }
instead of
// Check if there is any saved ConverterCheckResult for the desired // MIME type. if (pdfConverterForTypes.containsValue(mimetype)) { return pdfConverterForTypes.get(mimetype).isAvailable(); }