Skip to content

Commit

Permalink
Add link to "twin" interface for file type interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored and gitbutler-client committed Oct 11, 2024
1 parent a36cd80 commit 10465c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import org.jabref.model.entry.field.Field;
import org.jabref.model.entry.field.FieldFactory;

/**
* "Twin" interface: {@link org.jabref.logic.util.FileType}
*/
public interface ExternalFileType {
String getName();

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/org/jabref/logic/util/FileType.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**
* Interface for {@link StandardFileType} which allows us to extend the underlying enum with own filetypes for custom exporters
*
* "Twin" interface: {@link org.jabref.gui.externalfiletype.ExternalFileType}
*/
public interface FileType {

Expand Down

0 comments on commit 10465c3

Please sign in to comment.