Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPARK-1478.2 Fix incorrect NioServerSocketChannelFactory constructor …
…call The line break inadvertently means this was interpreted as a call to the no-arg constructor. This doesn't exist in older Netty even. (Also fixed a val name typo.) Author: Sean Owen <[email protected]> Closes apache#1466 from srowen/SPARK-1478.2 and squashes the following commits: 59c3501 [Sean Owen] Line break caused Scala to interpret NioServerSocketChannelFactory constructor as the no-arg version, which is not even present in some versions of Netty
- Loading branch information