File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
laboratory/src/org/labkey/laboratory/view Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2828 }
2929% >
3030<%
31- JspView me = ( JspView ) HttpView . currentView();
31+ JspView<?> me = HttpView . currentView();
3232 String wpId = " wp_" + me. getWebPartRowId();
3333% >
3434
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717% >
18- <%@ page import =" org.apache.commons.lang3.StringUtils" %>
18+ <%@ page import =" org.json.JSONArray" %>
19+ <%@ page import =" org.labkey.api.util.JavaScriptFragment" %>
1920<%@ page import =" org.labkey.api.view.HttpView" %>
2021<%@ page import =" org.labkey.api.view.JspView" %>
2122<%@ page import =" org.labkey.api.view.template.ClientDependencies" %>
2223<%@ page import =" org.labkey.laboratory.query.WorkbookModel" %>
23- <%@ page import =" java.util.Arrays" %>
24- <%@ page import =" org.json.JSONArray" %>
25- <%@ page import =" org.labkey.api.util.JavaScriptFragment" %>
2624<%@ page extends =" org.labkey.api.jsp.JspBase" %>
2725<%!
2826 @Override
3634 }
3735% >
3836<%
39- JspView<?> me = ( JspView<?> ) HttpView . currentView();
37+ JspView<?> me = HttpView . currentView();
4038 WorkbookModel model = (WorkbookModel )me. getModelBean();
4139 Integer workbookId = model. getWorkbookId();
4240 String wpId = " wp_" + me. getWebPartRowId();
You can’t perform that action at this time.
0 commit comments