Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 1a0fd94

Browse files
Fix for compile.
1 parent 41bf726 commit 1a0fd94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/cloudflow-crd/src/main/scala/akka/datap/crd

core/cloudflow-crd/src/main/scala/akka/datap/crd/App.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ object App {
232232
@JsonProperty("port_mappings")
233233
portMappings: Map[String, PortMapping] = Map(),
234234
@JsonProperty("volume_mounts")
235-
volumeMounts: immutable.Seq[VolumeMountDescriptor] = Seq(),
235+
volumeMounts: immutable.Seq[VolumeMountDescriptor] = immutable.Seq(),
236236
@JsonProperty("runtime")
237237
runtime: String,
238238
@JsonProperty("streamlet_name")

0 commit comments

Comments
 (0)