From 07ab065a4f4b1d28e580b0a5b915af6a757f2e27 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 5 Jan 2023 13:28:53 +0700 Subject: Fix comment --- crypto/src/pkix/PkixCertPathValidatorException.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'crypto/src') diff --git a/crypto/src/pkix/PkixCertPathValidatorException.cs b/crypto/src/pkix/PkixCertPathValidatorException.cs index 3c9dbe349..6f9812a49 100644 --- a/crypto/src/pkix/PkixCertPathValidatorException.cs +++ b/crypto/src/pkix/PkixCertPathValidatorException.cs @@ -13,11 +13,10 @@ namespace Org.BouncyCastle.Pkix * exceptions. The {@link #getCause getCause} method returns the throwable, * if any, that caused this exception to be thrown.
*
- * A CertPathValidatorException may also include the - * certification path that was being validated when the exception was thrown - * and the index of the certificate in the certification path that caused the - * exception to be thrown. Use the {@link #getCertPath getCertPath} and - * {@link #getIndex getIndex} methods to retrieve this information.
+ * A CertPathValidatorException may also include the index of + * the certificate in the certification path that caused the + * exception to be thrown. Use the {@link #Index Index} property to retrieve + * this information.
*
* Concurrent Access
*
-- cgit 1.5.1