Pārlūkot izejas kodu

Removed the commented part

Leon D'souza 9 gadus atpakaļ
vecāks
revīzija
015fcd7d17

+ 0
- 5
exercises/rotational-cipher/src/test/java/RotationalCipherTest.java Parādīt failu

@@ -8,11 +8,6 @@ public class RotationalCipherTest {
8 8
 
9 9
     private RotationalCipher rotationalCipher;
10 10
 
11
-    /*@Before
12
-    public void setUp() {
13
-        rotationalCipher = new RotationalCipher();
14
-    }
15
-    */
16 11
     @Test
17 12
     public void rotateSingleCharacterBy1() {
18 13
         rotationalCipher = new RotationalCipher(1);