Commit 3ba3ff2
Fix @SInCE on the new Java isTerminal setter
ToolDefinition.isTerminal(boolean) is introduced by this PR but was
tagged @SInCE 1.0.7, a version released long ago in which the method did
not exist, so the generated javadoc would misstate its availability.
1.0.11 is the current unreleased version: the pom is at
1.0.10-preview.3-SNAPSHOT, and the eight java/src/main files carrying
@SInCE 1.0.11 include ToolDefinition.createOverride in this same file.
This was the only @SInCE tag the PR added.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5000d02 commit 3ba3ff2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
0 commit comments