You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/main/java/com/park/utmstack/util/chart_builder/elasticsearch_dsl/responses/impl/coordinate_map/ResponseParserForCoordinateMapChart.java
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -120,13 +120,14 @@ public List<CoordinateMapChartResult> parse(UtmVisualization visualization, Sear
120
120
121
121
try {
122
122
Assert.notNull(visualization, "Param visualization must not be null");
0 commit comments