Skip to content

Commit

Permalink
Update BindingCollection.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix authored Oct 18, 2023
1 parent d34d958 commit 81f8eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.flyte.flytekitscala.SdkLiteralTypes.collections
import java.util.function
import scala.collection.JavaConverters._

private[flyte] class BindingCollection[T](
private[flyte] case class BindingCollection[T](
elementType: SdkLiteralType[T],
bindingCollection: List[SdkBindingData[T]]
) extends SdkBindingData[List[T]] {
Expand Down

0 comments on commit 81f8eb4

Please sign in to comment.