Skip to content

Commit

Permalink
update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhuiwang committed Apr 26, 2015
1 parent e0179be commit 0d2baf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/util/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.apache.spark.util

import java.io._
import java.util.zip._
import java.util.zip.{ZipOutputStream, ZipEntry}
import java.lang.management.ManagementFactory
import java.net._
import java.nio.ByteBuffer
Expand Down

0 comments on commit 0d2baf7

Please sign in to comment.