Skip to content

Commit 531655a

Browse files
kopporSiedlerchr
andauthored
Update jablib/src/main/java/org/jabref/logic/bibtex/comparator/plausibility/EntryTypePlausibilityComparator.java
Co-authored-by: Christoph <siedlerkiller@gmail.com>
1 parent 687545b commit 531655a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jablib/src/main/java/org/jabref/logic/bibtex/comparator/plausibility/EntryTypePlausibilityComparator.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
import org.jabref.logic.bibtex.comparator.ComparisonResult;
44
import org.jabref.model.entry.types.StandardEntryType;
5-
5+
/**
6+
* If the left entry type is misc then prefer the the right value
7+
**/
68
public class EntryTypePlausibilityComparator implements FieldValuePlausibilityComparator {
79

810
// Only the factory may instantiate this

0 commit comments

Comments
 (0)