fix compile for ingest plugin lambda
This commit is contained in:
parent
dc2d7a2a6d
commit
7f6e0c6c02
|
@ -38,6 +38,6 @@ public class IngestAttachmentPlugin extends Plugin {
|
|||
|
||||
public void onModule(NodeModule nodeModule) throws IOException {
|
||||
nodeModule.registerProcessor(AttachmentProcessor.TYPE,
|
||||
(templateService, registry) -> new AttachmentProcessor.Factory());
|
||||
(registry) -> new AttachmentProcessor.Factory());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue