Skip to content

Commit

Permalink
Fix the check
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshu16095 committed Feb 21, 2025
1 parent 4dff9f2 commit 10522b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public enum Category {
public static final CitationKeyPattern NULL_CITATION_KEY_PATTERN = new CitationKeyPattern("", Category.OTHER_FIELDS);

// region - Author-related field markers
public static final CitationKeyPattern AUTHOR = new CitationKeyPattern("[auth]", Category.AUTHOR_RELATED);
public static final CitationKeyPattern AUTHOR_YEAR = new CitationKeyPattern("[auth_year]", Category.AUTHOR_RELATED);
public static final CitationKeyPattern AUTHOR_FIRST_FULL = new CitationKeyPattern("[authFirstFull]", Category.AUTHOR_RELATED);
public static final CitationKeyPattern AUTHOR_FORE_INI = new CitationKeyPattern("[authForeIni]", Category.AUTHOR_RELATED);
Expand Down

0 comments on commit 10522b4

Please sign in to comment.