Skip to content

Commit

Permalink
checkstyle and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Mar 26, 2021
1 parent 4631038 commit 1ed1b98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve

### Fixed

- We fixed an issue where the table column sort order was not properly stored and resulted in unsorted eports [#7524](https://github.com/JabRef/jabref/issues/7524)
- We fixed an issue preventing to connect to a shared database. [#7570](https://github.com/JabRef/jabref/pull/7570)
- We fixed an issue preventing files from being dragged & dropped into an empty library. [#6851](https://github.com/JabRef/jabref/issues/6851)
- We fixed an issue where double-click onto PDF in file list under the 'General' tab section should just open the file. [#7465](https://github.com/JabRef/jabref/issues/7465)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,4 @@ public static MainTableColumnModel parse(String rawColumnName) {
public String toString() {
return "MainTableColumnModel [typeProperty=" + typeProperty + ", qualifierProperty=" + qualifierProperty + ", widthProperty=" + widthProperty + ", sortTypeProperty=" + sortTypeProperty + "]";
}


}

0 comments on commit 1ed1b98

Please sign in to comment.