Skip to content

Commit

Permalink
JabRef#10506 Fixed checkstyle and markedown error
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit.Gupta7 authored and Harshit.Gupta7 committed Jan 23, 2024
1 parent 01496e2 commit 5a90ec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We fixed the colors of the icon on hover for unset special fields. [#10431](https://github.com/JabRef/jabref/issues/10431)

### Removed

## [5.13] – 2024-01-23

### Fixed
- Fixed an open issue Add quality check and cleanup for problematic unicode characters.[#10506]

- Fixed an open issue Add quality check and cleanup for problematic unicode characters.[#10506](https://github.com/JabRef/jabref/issues/10506)

### Added

- Added new Integrity check option for Non NFC format values.[#10506]
- Added new Clean up option to formate the Non NFC values.[#10506]
- Added new Integrity check option for Non NFC format values.[#10506](https://github.com/JabRef/jabref/issues/10506)
- Added new Clean up option to formate the Non NFC values.[#10506](https://github.com/JabRef/jabref/issues/10506)


## [5.12] – 2023-12-24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public Optional<String> checkValue(String value) {
if (!authorList.getAsLastFirstNamesWithAnd(false).equals(value)
&& !authorList.getAsFirstLastNamesWithAnd().equals(value)) {
return Optional.of(Localization.lang("Names are not in the standard %0 format.", bibMode.getFormattedName()));

}
return Optional.empty();
}
Expand Down

0 comments on commit 5a90ec8

Please sign in to comment.