Skip to content

Commit

Permalink
Merge pull request JabRef#9701 from Luggas4you/fix-empty-javadoc
Browse files Browse the repository at this point in the history
remove empty javadoc comments
  • Loading branch information
Siedlerchr authored Mar 24, 2023
2 parents 4764b42 + 2277743 commit 52eed3e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

import com.tobiasdiez.easybind.EasyBind;

/**
*
*/
public abstract class ThreeWayMergeCell extends HBox {
public static final String ODD_PSEUDO_CLASS = "odd";
public static final String EVEN_PSEUDO_CLASS = "even";
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jabref/logic/layout/format/AuthorLF_FF.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import org.jabref.logic.layout.LayoutFormatter;
import org.jabref.model.entry.AuthorList;

/**
*
*/
public class AuthorLF_FF implements LayoutFormatter {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import org.jabref.logic.layout.LayoutFormatter;
import org.jabref.model.entry.AuthorList;

/**
*
*/
public class AuthorLF_FFAbbr implements LayoutFormatter {

@Override
Expand Down

0 comments on commit 52eed3e

Please sign in to comment.