Merge branch 'f/finishing_new_UI' of git@github.com:informatik-ag-ngl/envoy.git into f/finishing_new_UI
This commit is contained in:
commit
15265d2b7c
@ -24,5 +24,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); }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user