Skip to content

Commit 05c0a06

Browse files
committed
Remove unnecessary HttpView.currentView() casts in JSPs
1 parent ce15356 commit 05c0a06

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)