File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Style-checks are done for each pull request and installing this code style confi
2020# Eclipse:
2121
2222The Eclipse code formatter style is stored in the ` eclipse.gradle ` file and gets imported automatically.
23- In case the formatter style needs to be adapted, configure it and export in in eclipse.
23+ In case the formatter style needs to be adapted, configure it and export in eclipse.
2424
25251 . Right click on the eclipse project "JabRef"
26262 . Select "Export > General > Preferences"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public void doPostCleanup(BibEntry entry) {
6868 FieldFormatterCleanups cleanups = new FieldFormatterCleanups (true ,
6969 List .of (
7070 new FieldFormatterCleanup (StandardField .TIMESTAMP , new ClearFormatter ()),
71- // unescape the the contents of the URL field, e.g., some\_url\_part becomes some_url_part
71+ // unescape the contents of the URL field, e.g., some\_url\_part becomes some_url_part
7272 new FieldFormatterCleanup (StandardField .URL , new LayoutFormatterBasedFormatter (new RemoveLatexCommandsFormatter ()))
7373 ));
7474 cleanups .applySaveActions (entry );
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ public Optional<String> getFieldOrAlias(Field field) {
572572 }
573573
574574 /**
575- * Return the LaTeX-free contents of the given field or its alias an an Optional
575+ * Return the LaTeX-free contents of the given field or its alias an Optional
576576 * <p>
577577 * For details see also {@link #getFieldOrAlias(Field)}
578578 *
Original file line number Diff line number Diff line change 1010/**
1111 * Represents a choice between two (or more) fields or any combination of them.
1212 * <p>
13- * Example is that a BibEntry requires either an author or an editor, but both can be be present.
13+ * Example is that a BibEntry requires either an author or an editor, but both can be present.
1414 */
1515public class OrFields implements Comparable <OrFields > {
1616
You can’t perform that action at this time.
0 commit comments