Skip to content

Commit 12c6c97

Browse files
ricardoc-dbgkiko10
authored andcommitted
improve docstring
1 parent 1bbf1d4 commit 12c6c97

File tree

1 file changed

+1
-1
lines changed
  • databricks-sdk-java/src/main/java/com/databricks/sdk/mixin

1 file changed

+1
-1
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/mixin/JobsExt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public JobsExt(JobsService mock) {
2020
*
2121
* <p>Depending on the Jobs API version used under the hood, tasks or iteration runs retrieved by
2222
* the initial request may be truncated due to high cardinalities. Truncation can happen for job
23-
* runs with many task runs, as well as ForEach task runs with many iteration runs. To avoid
23+
* runs over 100 task runs, as well as ForEach task runs with over 100 iteration runs. To avoid
2424
* returning an incomplete {@code Run} object to the user, this method performs all the requests
2525
* required to collect all task/iteration runs into a single {@code Run} object.
2626
*/

0 commit comments

Comments
 (0)