star import checkstyle error fix
This commit is contained in:
parent
517984a9f5
commit
ca00ee8e79
1 changed files with 6 additions and 1 deletions
|
|
@ -20,7 +20,12 @@ import static com.google.inject.Guice.createInjector;
|
|||
import java.io.IOException;
|
||||
import java.net.URISyntaxException;
|
||||
|
||||
import client.scenes.*;
|
||||
import client.scenes.AddStepsCtrl;
|
||||
import client.scenes.MainCtrl;
|
||||
import client.scenes.AddIngredientCtrl;
|
||||
import client.scenes.AddNameCtrl;
|
||||
import client.scenes.FoodpalApplicationCtrl;
|
||||
import client.scenes.QuoteOverviewCtrl;
|
||||
import com.google.inject.Injector;
|
||||
|
||||
import client.utils.ServerUtilsExample;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue