On Mon, 20 Sep 2021 14:32:01 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Sean Mullan has updated the pull request incrementally with four additional >> commits since the last revision: >> >> - Add some more comments in the PKIX date() and timestamp() methods. >> Remove extra newline from debugging output. >> - Revert "Revert "Initial revision."" >> >> This reverts commit 4601bbb301455a5e35a3e9d691f791972cdd8204. >> - Remove. >> - Revert "Initial revision." >> >> This reverts commit d49ba3f0aaec51768298fe2247f53ffcbeb7c442. > > src/java.base/share/classes/sun/security/provider/certpath/PKIX.java line 228: > >> 226: } >> 227: return timestampDate; >> 228: } > > Can we also add some words to the `date()` method? Something which tells the > major difference between it and `timestamp()`? Done - see latest commit. ------------- PR: https://git.openjdk.java.net/jdk/pull/5320