Skip to content

Commit

Permalink
Merge pull request #263 from wultra/develop
Browse files Browse the repository at this point in the history
Fix JavaDoc warning
  • Loading branch information
romanstrobl authored May 23, 2019
2 parents 9fc7d27 + 54cc03b commit 7c2c38d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public String generateActivationCode() {
*
* @param randomBytes Random bytes to use when generating the activation code.
* @return Generated activation code.
* @throws GenericCryptoException In case generating activation code fails.
*/
public String generateActivationCode(byte[] randomBytes) throws GenericCryptoException {
if (randomBytes == null || randomBytes.length != ACTIVATION_CODE_RANDOM_BYTES_LENGTH) {
Expand Down

0 comments on commit 7c2c38d

Please sign in to comment.