Sprinkling finals on javadsl classes

This commit is contained in:
Viktor Klang 2015-11-01 21:03:28 +01:00
parent 06ce968b16
commit d539468ac9
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._