Skip to content

Commit

Permalink
Merge pull request #2900 from inception-project/bugfix/2899-cannot-ch…
Browse files Browse the repository at this point in the history
…oose-html-annotatorjs-view

#2899 - Cannot choose HTML (AnnotatorJS) view
  • Loading branch information
reckart committed Mar 22, 2022
2 parents 2c7a311 + 96d836b commit 78604ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class AnnotatorJsHtmlAnnotationEditor
{
private static final long serialVersionUID = -3358207848681467993L;

private @SpringBean(name = "recogitoHtmlAnnotationEditorFactory") AnnotationEditorFactory editorFactory;
private @SpringBean(name = "htmlAnnotationEditorFactory") AnnotationEditorFactory editorFactory;
private @SpringBean(name = "xHtmlXmlDocumentIFrameViewFactory") DocumentViewFactory viewFactory;
private @SpringBean DocumentService documentService;
private @SpringBean ServletContext servletContext;
Expand Down

0 comments on commit 78604ec

Please sign in to comment.