Skip to content

Commit

Permalink
Reword Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
calixtus committed May 20, 2019
1 parent 34bef06 commit a363f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class PushToApplicationSettings {
protected AbstractPushToApplication application;
private DialogService dialogService;

public PushToApplicationSettings(DialogService ds) { this.dialogService = ds; }
public PushToApplicationSettings(DialogService dialogService) { this.dialogService = dialogService; }

public GridPane getJFXSettingPane(int n) {
switch (n) {
Expand Down

0 comments on commit a363f5c

Please sign in to comment.