#354 Fixed CheckStyle Issues

This commit is contained in:
Joseph McCarthy
2016-01-26 19:20:28 +00:00
parent 32f9cf3ab1
commit 91b2379fd0
7 changed files with 100 additions and 89 deletions

View File

@ -5,6 +5,6 @@ import com.iluwatar.featuretoggle.user.User;
public interface Service {
String getWelcomeMessage(User user);
String getWelcomeMessage(User user);
}