Applied suggestions from code review from @delvh

Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
Maximilian P. Käfer 2020-08-26 14:36:12 +02:00 committed by GitHub
parent f6c3da394d
commit 5f3e615641
2 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,4 @@ public class LoadGroupCreationEvent extends Event<LocalDB>{
* @since Envoy Client v0.2-beta * @since Envoy Client v0.2-beta
*/ */
public LoadGroupCreationEvent(LocalDB value) { super(value); } public LoadGroupCreationEvent(LocalDB value) { super(value); }
} }

View File

@ -68,6 +68,7 @@ public class GroupCreationTab {
private LocalDB localDB; private LocalDB localDB;
private String name; private String name;
private static final EventBus eventBus = EventBus.getInstance(); private static final EventBus eventBus = EventBus.getInstance();
@FXML @FXML