Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shanggeeth committed Oct 26, 2023
1 parent d73e243 commit 37a466e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com).
* Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com).
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -40,7 +40,7 @@ public class OTPGeneratorImpl implements OTPGenerator {
* @param useUppercaseLetters Whether uppercase characters should be used for OTP.
* @param useLowercaseLetters Whether lowercase characters should be used for OTP.
* @param useNumeric Whether numeric characters should be used for OTP.
* @param otpLength OTP length.
* @param otpLength OTP length.
* @param recoveryScenario Recovery scenario.
* @return Secret key.
*/
Expand Down

0 comments on commit 37a466e

Please sign in to comment.