Merge pull request #18828 from akka/wip-sprinkle-finals-√

Sprinkling finals on javadsl classes
This commit is contained in:
Viktor Klang (√) 2015-11-02 21:31:19 +01:00
commit b339cc1a42
3 changed files with 3 additions and 3 deletions

View file

@ -242,7 +242,7 @@ object Source {
* A `Source` is a set of stream processing steps that has one open output and an attached input.
* Can be used as a `Publisher`
*/
class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Graph[SourceShape[Out], Mat] {
final class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Graph[SourceShape[Out], Mat] {
import scala.collection.JavaConverters._