Merge pull request #18828 from akka/wip-sprinkle-finals-√
Sprinkling finals on javadsl classes
This commit is contained in:
commit
b339cc1a42
3 changed files with 3 additions and 3 deletions
|
|
@ -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._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue