Skip to content

Commit af5e437

Browse files
committed
add the missing word
1 parent 42d8961 commit af5e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTaskRestletResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public Map<String, PinotHelixTaskResourceManager.TaskDebugInfo> getTasksDebugInf
223223
@ApiParam(value = "Task type", required = true) @PathParam("taskType") String taskType,
224224
@ApiParam(value = "Table name with type", required = true) @PathParam("tableNameWithType")
225225
String tableNameWithType,
226-
@ApiParam(value = "verbosity (By default, prints for running and error tasks. "
226+
@ApiParam(value = "verbosity (By default, prints details for running and error tasks. "
227227
+ "Value of > 0 prints details for all tasks)")
228228
@DefaultValue("0") @QueryParam("verbosity") int verbosity) {
229229
return _pinotHelixTaskResourceManager.getTasksDebugInfoByTable(taskType, tableNameWithType, verbosity);

0 commit comments

Comments
 (0)