Skip to content

Commit

Permalink
Fix scalastyle: use javadoc format
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed Jun 5, 2018
1 parent 7c058c7 commit 7dc75f9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ class TextSocketStreamSuite extends StreamTest with SharedSQLContext with Before
}

/**
* This class tries to mimic the behavior of netcat, so that we can ensure
* TextSocketStream supports netcat, which only accepts the first connection
* and exits the process when the first connection is closed.
*
* Please refer SPARK-24466 for more details.
*/
* This class tries to mimic the behavior of netcat, so that we can ensure
* TextSocketStream supports netcat, which only accepts the first connection
* and exits the process when the first connection is closed.
*
* Please refer SPARK-24466 for more details.
*/
private class ServerThread extends Thread with Logging {
private val serverSocketChannel = ServerSocketChannel.open()
serverSocketChannel.bind(new InetSocketAddress(0))
Expand Down

0 comments on commit 7dc75f9

Please sign in to comment.