aglinxinyuan commented on code in PR #4342:
URL: https://github.com/apache/texera/pull/4342#discussion_r3067311107


##########
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/bulletChart/BulletChartOpDesc.scala:
##########
@@ -57,7 +58,7 @@ class BulletChartOpDesc extends PythonOperatorDescriptor {
   @JsonProperty(value = "steps", required = false)
   @JsonSchemaTitle("Steps")
   @JsonPropertyDescription("Optional: Each step includes a start and end value 
e.g., 0, 100.")
-  var steps: JList[BulletChartStepDefinition] = new 
ArrayList[BulletChartStepDefinition]()
+  var steps: JList[BulletChartStepDefinition] = new 
util.ArrayList[BulletChartStepDefinition]()

Review Comment:
   Done by formatter.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to