#354 add general boolean method to services for feature status. Change user.toString

This commit is contained in:
Joseph McCarthy
2016-01-26 21:18:47 +00:00
parent ba1d3a0fbf
commit 4a49f82f23
5 changed files with 37 additions and 5 deletions

View File

@ -7,4 +7,6 @@ public interface Service {
String getWelcomeMessage(User user);
boolean isEnhanced();
}