#539 More Checkstyle fixes

This commit is contained in:
Ilkka Seppälä
2017-04-01 15:43:36 +03:00
parent c1c4411957
commit f3c4640d12
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,9 @@ package com.iluwatar.converter;
import org.junit.Test;
/**
* App running test
*/
public class AppTest {
@Test

View File

@ -31,6 +31,9 @@ import java.util.Random;
import static junit.framework.TestCase.assertEquals;
/**
* Tests for {@link Converter}
*/
public class ConverterTest {
private UserConverter userConverter = new UserConverter();