From 05c0a069001c8b22a10814d175a1e3e9d78b8c27 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Sun, 6 Apr 2025 16:54:39 -0700 Subject: [PATCH] Remove unnecessary HttpView.currentView() casts in JSPs --- blast/src/org/labkey/blast/view/jobDetails.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blast/src/org/labkey/blast/view/jobDetails.jsp b/blast/src/org/labkey/blast/view/jobDetails.jsp index 9602d423c..080ba6462 100644 --- a/blast/src/org/labkey/blast/view/jobDetails.jsp +++ b/blast/src/org/labkey/blast/view/jobDetails.jsp @@ -30,7 +30,7 @@ } %> <% - JspView me = (JspView) HttpView.currentView(); + JspView me = HttpView.currentView(); BlastJob job = me.getModelBean(); String renderTarget = "blast-"; //TODO: make unique?