Skip to content

Commit 16a255e

Browse files
Merge pull request #171 from LabKey/fb_htmlview_string_string
refactor htmlview(String, String)
2 parents c278e4a + 7568d6e commit 16a255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/src/org/labkey/laboratory/LaboratoryController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public ModelAndView getConfirmView(EnsureAssayFieldsForm form, BindException err
243243
catch (ChangePropertyDescriptorException e)
244244
{
245245
ExceptionUtil.logExceptionToMothership(getViewContext().getRequest(), e);
246-
return new HtmlView("There was an error inspecting this assay: " + e.getMessage());
246+
return HtmlView.of("There was an error inspecting this assay: " + e.getMessage());
247247
}
248248
}
249249

0 commit comments

Comments
 (0)