Skip to content

Commit 01f9e32

Browse files
committed
Initial work on HIVRC module
1 parent f8ec01a commit 01f9e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/src/org/labkey/laboratory/view/workbookHeader.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
%>
3636
<%
37-
JspView me = (JspView) HttpView.currentView();
37+
JspView<?> me = (JspView<?>) HttpView.currentView();
3838
WorkbookModel model = (WorkbookModel)me.getModelBean();
3939
Integer workbookId = model.getWorkbookId();
4040
String wpId = "wp_" + me.getWebPartRowId();

0 commit comments

Comments
 (0)