On Fri, 27 Jun 2025 14:33:30 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Alan's review - limit the details in implNote > > src/java.base/share/classes/java/util/Properties.java line 1221: > >> 1219: * followed by 3 dot characters. >> 1220: * <p> >> 1221: * An alternative for listing the {@code Properties} to a {@code >> PrintStream} is: > > suggestion: > `` > An alternative for listing the {@code Properties} to a {@code PrintStream} > without truncation is: Good point. I've now updated the PR with this text. > src/java.base/share/classes/java/util/Properties.java line 1229: > >> 1227: * } >> 1228: * >> 1229: * @param out a PrintStream > > suggestion: (here and L1263) "the output PrintStream" Done ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26018#discussion_r2172199366 PR Review Comment: https://git.openjdk.org/jdk/pull/26018#discussion_r2172198775