Skip to content

Commit ceee53a

Browse files
committed
Fix commenting
1 parent 3879720 commit ceee53a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/thealgorithms/ciphers/AtbashCipher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
* identically for both uppercase and lowercase letters.
88
* It's a symmetric cipher, meaning applying it twice returns the original text.
99
* Hence, the encrypting and the decrypting functions are identical
10-
*
1110
* @author https://github.com/Krounosity
12-
*
1311
* Learn more: https://en.wikipedia.org/wiki/Atbash
1412
*/
1513

0 commit comments

Comments
 (0)