Skip to content

Commit

Permalink
Implement init method. The KNIME converter framework calls this metho…
Browse files Browse the repository at this point in the history
…d to init the dependencies of the factory.
  • Loading branch information
DaveK-KNIME authored and gab1one committed Jul 12, 2019
1 parent 8502c91 commit a89d9ac
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,11 @@ protected FileStore getFileStore(final double objSize) throws IOException {

}

/**
* {@inheritDoc}
*/
@Override
public void initFactory(final FileStoreFactory fileStore) {
m_fsFactory = fileStore;
}
}

0 comments on commit a89d9ac

Please sign in to comment.