Skip to content

Commit c07f8a5

Browse files
committed
Scala doc comment fix to DataPipe
1 parent bc58c69 commit c07f8a5

File tree

1 file changed

+3
-3
lines changed
  • dynaml-pipes/src/main/scala-2.11/io/github/mandar2812/dynaml/pipes

1 file changed

+3
-3
lines changed

dynaml-pipes/src/main/scala-2.11/io/github/mandar2812/dynaml/pipes/DataPipe.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ package io.github.mandar2812.dynaml.pipes
2121
import scalaxy.streams.optimize
2222

2323
/**
24-
* @author mandar2812 on 18/11/15.
25-
*
2624
* Top level trait representing an
2725
* abstract pipe that defines a transformation
2826
* between two data types, i.e. [[Source]] and [[Destination]]
29-
*/
27+
* @author mandar2812 on 18/11/15.
28+
*
29+
* */
3030
trait DataPipe[-Source, +Destination] extends Serializable {
3131

3232
self =>

0 commit comments

Comments
 (0)