From befe99896f82d2bb4730e81a7e1a28f23cedfbed Mon Sep 17 00:00:00 2001 From: Mikhail Yankelevich Date: Wed, 21 Jan 2026 13:52:50 +0000 Subject: [PATCH] Doc changes --- src/java.base/share/classes/java/security/KeyStoreSpi.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/java.base/share/classes/java/security/KeyStoreSpi.java b/src/java.base/share/classes/java/security/KeyStoreSpi.java index f22669d4aac..5c60f44e4e9 100644 --- a/src/java.base/share/classes/java/security/KeyStoreSpi.java +++ b/src/java.base/share/classes/java/security/KeyStoreSpi.java @@ -131,8 +131,9 @@ public abstract class KeyStoreSpi { /** * Returns the instant that the entry identified by the given alias was * created. - *

- * Subclasses should override this method to directly return an instant. + * + * @apiNote Subclasses should override this method to directly return an + * instant. * * @implSpec * The default implementation calls {@code engineGetCreationDate(alias)}