Skip to content

Commit

Permalink
removed redundant enum
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOWade committed Oct 30, 2022
1 parent 955a86a commit bd5002e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/groups/GroupViewMode.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jabref.gui.groups;

public enum GroupViewMode { INTERSECTION, UNION, ADD }
public enum GroupViewMode { INTERSECTION, UNION }

0 comments on commit bd5002e

Please sign in to comment.