Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Apr 8, 2023
1 parent 37dd6b9 commit 8f05677
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/jabref/model/entry/BibEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ public BibEntry withFields(Map<Field, String> content) {
return this;
}


public BibEntry withDate(Date date) {
setDate(date);
this.setChanged(false);
Expand Down Expand Up @@ -1158,5 +1157,4 @@ public void mergeWith(BibEntry other, Set<Field> otherPrioritizedFields) {
}
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import org.jabref.model.entry.BibEntryTypesManager;
import org.jabref.model.entry.field.Field;
import org.jabref.model.metadata.SaveOrderConfig;

import org.jvnet.hk2.annotations.Contract;

@Contract
Expand Down

0 comments on commit 8f05677

Please sign in to comment.