small fixes
This commit is contained in:
parent
ebd896cbee
commit
d0a61aadd8
2 changed files with 1 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ public class MainCtrl implements LocaleAware {
|
|||
});
|
||||
}
|
||||
|
||||
public void showFoodpal() throws IOException, InterruptedException {
|
||||
public void showFoodpal() {
|
||||
primaryStage.setTitle("FoodPal");
|
||||
primaryStage.setScene(foodpal);
|
||||
foodpalCtrl.refresh();
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ import org.junit.jupiter.api.BeforeEach;
|
|||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class MainCtrlTest {
|
||||
|
||||
private MainCtrl sut;
|
||||
|
||||
@BeforeEach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue