Commit 7bee4634 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed unused variable.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9282 b35dd754-fafc-0310-a699-88a17e54d16e
parent dbdedbde
......@@ -11,15 +11,15 @@
package org.jivesoftware.admin;
import org.jivesoftware.util.StringUtils;
import org.dom4j.Element;
import org.jivesoftware.util.StringUtils;
import javax.servlet.jsp.tagext.BodyTagSupport;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspWriter;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
import javax.servlet.jsp.tagext.BodyTagSupport;
import java.io.IOException;
import java.util.List;
/**
* <p>A simple JSP tag for displaying tab information in the admin console. The
......@@ -115,7 +115,6 @@ public class TabsTag extends BodyTagSupport {
*/
public int doEndTag() throws JspException {
HttpServletRequest request = (HttpServletRequest)pageContext.getRequest();
String beanName = getBean();
// Get the page data bean from the request:
// If the page info bean is not in the request then no tab will be selected - so, it'll fail gracefully
String pageID = (String)request.getAttribute("pageID");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment