Skip to content

Commit

Permalink
Minor jdoc update
Browse files Browse the repository at this point in the history
Signed-off-by: Loganathan Sekar <[email protected]>
  • Loading branch information
Loganathan Sekar authored and Loganathan Sekar committed Feb 8, 2024
1 parent 770cd5a commit 60211ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
@Component
public class OTPManager {

/** The Constant QUERIED_STATUS_CODES. */
private static final List<String> QUERIED_STATUS_CODES = List.of(IdAuthCommonConstants.ACTIVE_STATUS, IdAuthCommonConstants.FROZEN);

/** The Constant OTP_EXPIRED. */
Expand Down Expand Up @@ -254,7 +255,6 @@ public boolean validateOtp(String pinValue, String otpKey, String individualId)
* Require otp not frozen.
*
* @param otpEntity the otp entity
* @param save
* @throws IdAuthenticationBusinessException the id authentication business exception
*/
private void requireOtpNotFrozen(OtpTransaction otpEntity) throws IdAuthenticationBusinessException {
Expand Down

0 comments on commit 60211ae

Please sign in to comment.