Skip to content

Commit 8bfcc1c

Browse files
committed
Fix generics
1 parent 3ca783d commit 8bfcc1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

panoramapublic/src/org/labkey/panoramapublic/view/publish/pxMissingFiles.jsp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<%@ page import="org.json.JSONObject" %>
22
<%@ page import="org.labkey.api.view.HttpView" %>
3+
<%@ page import="org.labkey.api.view.JspView" %>
34
<%@ page import="org.labkey.api.view.template.ClientDependencies" %>
5+
<%@ page import="org.labkey.panoramapublic.PanoramaPublicController.PxValidationStatusBean" %>
46
<%@ page import="org.labkey.panoramapublic.model.ExperimentAnnotations" %>
57
<%@ page import="org.labkey.panoramapublic.model.validation.Status" %>
68
<%@ page extends="org.labkey.api.jsp.JspBase" %>
@@ -17,7 +19,7 @@
1719
<labkey:errors/>
1820

1921
<%
20-
var view = HttpView.currentView();
22+
JspView<PxValidationStatusBean> view = HttpView.currentView();
2123
var bean = view.getModelBean();
2224
ExperimentAnnotations experimentAnnotations = bean.getExpAnnotations();
2325
int experimentAnnotationsId = experimentAnnotations.getId();

0 commit comments

Comments
 (0)