Skip to content

Commit d135fa3

Browse files
committed
Fixed style violation.
1 parent b32c3fe commit d135fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/network/netty/BlockServer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class BlockServer(conf: NettyConfig, dataProvider: BlockDataManager) extends Log
113113

114114
val addr = channelFuture.channel.localAddress.asInstanceOf[InetSocketAddress]
115115
_port = addr.getPort
116-
//_hostName = addr.getHostName
116+
// _hostName = addr.getHostName
117117
_hostName = Utils.localHostName()
118118
}
119119

0 commit comments

Comments
 (0)