Jacek Laskowski created SPARK-14587:
---------------------------------------

             Summary: abstract class Receiver should be explicit about the 
return type of its methods
                 Key: SPARK-14587
                 URL: https://issues.apache.org/jira/browse/SPARK-14587
             Project: Spark
          Issue Type: Improvement
          Components: Streaming
    Affects Versions: 2.0.0
            Reporter: Jacek Laskowski
            Priority: Trivial


The 
[org.apache.spark.streaming.receiver.Receiver|https://github.com/apache/spark/blob/master/streaming/src/main/scala/org/apache/spark/streaming/receiver/Receiver.scala#L102]
 abstract class defines API without specifying the return types explicitly, e.g.

{code}
def onStart()
def onStop()
...
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to