Skip to content

Commit

Permalink
JabRef#10506 Remove unnecessary comment line in FieldCheckers
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit.Gupta7 authored and Harshit.Gupta7 committed Jan 24, 2024
1 parent b8d4f74 commit ab88b55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/jabref/logic/integrity/FieldCheckers.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ private static Multimap<Field, ValueChecker> getAllMap(BibDatabaseContext databa
fieldCheckers.put(StandardField.URLDATE, new DateChecker());
fieldCheckers.put(StandardField.EVENTDATE, new DateChecker());
fieldCheckers.put(StandardField.ORIGDATE, new DateChecker());
// fieldCheckers.put(StandardField.TITLE, new UnicodeNormalFormCCheck(databaseContext));
// fieldCheckers.put(StandardField.AUTHOR, new UnicodeNormalFormCCheck(databaseContext));
}

return fieldCheckers;
Expand Down

0 comments on commit ab88b55

Please sign in to comment.