https://bz.apache.org/bugzilla/show_bug.cgi?id=69935
--- Comment #3 from [email protected] --- I’ve opened a PR for this issue: https://github.com/apache/poi/pull/1006 The change adds default short-based setters `setCol1(short)` and `setCol2(short)` on `ClientAnchor` that delegate to the existing int-based setters, and includes a small regression test (`TestClientAnchorShortSetter`) to verify both the new and existing setters. The `@since` tag is left as `TBD` for the committer to adjust to the appropriate release version. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
