Skip to content

Commit ee1d21d

Browse files
authored
Remove unnecessary HttpView.currentView() casts in JSPs (#349)
1 parent cee8d92 commit ee1d21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blast/src/org/labkey/blast/view/jobDetails.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
%>
3232
<%
33-
JspView<BlastJob> me = (JspView) HttpView.currentView();
33+
JspView<BlastJob> me = HttpView.currentView();
3434
BlastJob job = me.getModelBean();
3535
String renderTarget = "blast-"; //TODO: make unique?
3636

0 commit comments

Comments
 (0)