Skip to content

Commit 9709c7c

Browse files
author
Kostas Sakellis
committed
Removed unnecessary Logging class
1 parent 63bfdd0 commit 9709c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/io/CompressionCodec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ trait CompressionCodec {
4545
def compressedInputStream(s: InputStream): InputStream
4646
}
4747

48-
private[spark] object CompressionCodec extends Logging {
48+
private[spark] object CompressionCodec {
4949

5050
private val configKey = "spark.io.compression.codec"
5151
private val shortCompressionCodecNames = Map(

0 commit comments

Comments
 (0)