Skip to content

Commit

Permalink
Correct media constants
Browse files Browse the repository at this point in the history
  • Loading branch information
euskalhenriko committed Feb 15, 2024
1 parent 6346a92 commit a325cd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public abstract class AbstractTableArtifact extends Artifact implements IKnowled

public static final String EXCEL_MEDIA_TYPE = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
public static final String HTML_MEDIA_TYPE = "text/html";
public static final String TEXT_PLAIN_MEDIA_TYPE = "text/markdown";
public static final String MARKDOWN_MEDIA_TYPE = "text/plain";
public static final String TEXT_PLAIN_MEDIA_TYPE = "text/plain";
public static final String MARKDOWN_MEDIA_TYPE = "text/markdown";

protected abstract IDocumentationView getCompiledView(ITableView view, int sheetId);

Expand Down

0 comments on commit a325cd6

Please sign in to comment.