Skip to content

Commit

Permalink
[SPARK-3305] Remove unused import from UI classes.
Browse files Browse the repository at this point in the history
Author: Kousuke Saruta <[email protected]>

Closes apache#2200 from sarutak/SPARK-3305 and squashes the following commits:

3cbd6ee [Kousuke Saruta] Removed unused import from classes related to UI
  • Loading branch information
sarutak authored and rxin committed Aug 30, 2014
1 parent a004a8d commit 7e662af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import javax.servlet.http.HttpServletRequest

import scala.xml.Node

import org.apache.spark.storage.StorageLevel
import org.apache.spark.ui.{ToolTips, UIUtils, WebUIPage}
import org.apache.spark.util.Utils

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package org.apache.spark.ui.jobs

import scala.collection.mutable.{HashMap, ListBuffer, Map}
import scala.collection.mutable.{HashMap, ListBuffer}

import org.apache.spark._
import org.apache.spark.annotation.DeveloperApi
Expand Down

0 comments on commit 7e662af

Please sign in to comment.