thswlsqls opened a new pull request, #16887: URL: https://github.com/apache/iceberg/pull/16887
<!-- No issue: minor docs fix, issue not required --> ## Summary - The `as`, `icebergCatalog`, and `deltaLakeConfiguration` builder methods appended `@Returns this for method chaining` to their `@param` line. - `@Returns` is not a valid Javadoc tag, so the return value was never documented. - Replaced it with a `@return this for method chaining` line, matching the sibling methods `tableProperties`, `tableProperty`, and `tableLocation` in the same interface (lines 38, 48, 57), which already use `@return` on its own line. - File: `delta-lake/src/main/java/org/apache/iceberg/delta/SnapshotDeltaLakeTable.java`. ## Testing done - Docs/comment-only change, no behavior change — no test added. `./gradlew :iceberg-delta-lake:spotlessCheck` passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
