Skip to content

Commit f6d2aa9

Browse files
authored
Merge pull request #733 from AjayBoddeda4/add-dataquantabuilder-docs
docs: Add documentation to DataQuantaBuilderDecorator class
2 parents ca5bf01 + c5cdf7d commit f6d2aa9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderDecorator.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ import org.apache.wayang.core.platform.Platform
2525
import org.apache.wayang.core.types.DataSetType
2626

2727
/**
28-
* Utility to extend a [[DataQuantaBuilder]]'s functionality by decoration.
29-
*/
30-
/**
31-
* TODO: add the documentation in the methods of org.apache.wayang.api.util.DataQuantaBuilderDecorator
32-
* labels: documentation,todo
28+
* Utility to extend a [[DataQuantaBuilder]]'s functionality by decoration.
29+
*
30+
* DataQuantaBuilderDecorator follows the Decorator design pattern, allowing
31+
* additional behaviour to be added to [[DataQuantaBuilder]] instances without
32+
* modifying the original class.
3333
*/
3434
abstract class DataQuantaBuilderDecorator[This <: DataQuantaBuilder[This, Out], Out]
3535
(baseBuilder: DataQuantaBuilder[_, Out])

0 commit comments

Comments
 (0)