Skip to content

Commit 857ca72

Browse files
author
Weasley
authored
Update EncryptStrategy.java
1 parent 231cb19 commit 857ca72

File tree

1 file changed

+1
-1
lines changed
  • mybatis-encrypt-spring-boot-starter/src/main/java/io/github/weasleyj/mybatis/encrypt/core

1 file changed

+1
-1
lines changed

mybatis-encrypt-spring-boot-starter/src/main/java/io/github/weasleyj/mybatis/encrypt/core/EncryptStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default String encrypt(Object plaintext) {
1818
}
1919

2020
/**
21-
* To decrypt an encrypted test that human-unreadable
21+
* To decrypt an encrypted text that human-unreadable
2222
*
2323
* @param ciphertext The encrypted text to decrypt
2424
* @return The decrypted text that human-readable

0 commit comments

Comments
 (0)