We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee8d92 commit ee1d21dCopy full SHA for ee1d21d
1 file changed
blast/src/org/labkey/blast/view/jobDetails.jsp
@@ -30,7 +30,7 @@
30
}
31
%>
32
<%
33
- JspView<BlastJob> me = (JspView) HttpView.currentView();
+ JspView<BlastJob> me = HttpView.currentView();
34
BlastJob job = me.getModelBean();
35
String renderTarget = "blast-"; //TODO: make unique?
36
0 commit comments