Skip to content

Commit

Permalink
Update GroupDialog.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Mar 26, 2019
1 parent 01f69c8 commit 0457ccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/gui/groups/GroupDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ class GroupDialog extends BaseDialog<AbstractGroup> {
* @param editedGroup The group being edited, or null if a new group is to be
* created.
*/

public GroupDialog(DialogService dialogService, BasePanel basePanel, JabRefPreferences prefs, AbstractGroup editedGroup) {

if (editedGroup == null) {
Expand Down

0 comments on commit 0457ccb

Please sign in to comment.