Skip to content

Commit 7568d6e

Browse files
remove usages of HtmlView(String,String)
1 parent c278e4a commit 7568d6e

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)