Skip to content

Commit

Permalink
Add MetaDataContextsInitFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Jan 19, 2025
1 parent c4fa537 commit 779b217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ public interface MetaDataContextsInitFactory {
* @return created meta data contexts
* @throws SQLException SQL exception
*/
MetaDataContexts create(final ContextManagerBuilderParameter param) throws SQLException;
MetaDataContexts create(ContextManagerBuilderParameter param) throws SQLException;
}

0 comments on commit 779b217

Please sign in to comment.