Skip to content

Commit 5a67d8e

Browse files
committed
Commenting fix
1 parent e38d508 commit 5a67d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package com.thealgorithms.ciphers;
2+
13
/**
24
* The Atbash cipher is a simple substitution cipher that replaces each letter
35
* in the alphabet with its reverse.
@@ -9,8 +11,6 @@
911
* Learn more: https://en.wikipedia.org/wiki/Atbash
1012
*/
1113

12-
package com.thealgorithms.ciphers;
13-
1414
public class AtbashCipher {
1515

1616
private String toConvert;

0 commit comments

Comments
 (0)