Skip to content

Commit f3c4640

Browse files
committed
#539 More Checkstyle fixes
1 parent c1c4411 commit f3c4640

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

converter/src/test/java/com/iluwatar/converter/AppTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
import org.junit.Test;
2626

27+
/**
28+
* App running test
29+
*/
2730
public class AppTest {
2831

2932
@Test

converter/src/test/java/com/iluwatar/converter/ConverterTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131

3232
import static junit.framework.TestCase.assertEquals;
3333

34+
/**
35+
* Tests for {@link Converter}
36+
*/
3437
public class ConverterTest {
3538

3639
private UserConverter userConverter = new UserConverter();

0 commit comments

Comments
 (0)