Skip to content

Commit 7199a0d

Browse files
committed
codestyle fix
1 parent ccd2c6a commit 7199a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-cyber/metron-parser-chain/parser-chains-config-service/src/main/java/com/cloudera/parserchains/queryservice/controller/ChainController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public ResponseEntity<Map<String, Object>> getMappingsFromPath(
212212

213213
@Operation(summary = "Loads table mappings for the indexing job.",
214214
responses = {
215-
@ApiResponse(responseCode = "200", description = "The mapping file parsed successfully."),
215+
@ApiResponse(responseCode = "200", description = "The mapping file parsed successfully."),
216216
})
217217
@PostMapping(value = API_INDEXING + "/table")
218218
public ResponseEntity<Map<String, Object>> getTableConfigFromPath(

0 commit comments

Comments
 (0)