Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Dec 19, 2024
1 parent c74559d commit 451df50
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ default CatalogResolver createCatalogResolver()
* @see #configureGuice(DruidInjectorBuilder) for the preferred solution.
*/
@Deprecated
default void configureJsonMapper(ObjectMapper mapper) {}
default void configureJsonMapper(ObjectMapper mapper)
{
}

JoinableFactoryWrapper createJoinableFactoryWrapper(LookupExtractorFactoryContainerProvider lookupProvider);

Expand Down

0 comments on commit 451df50

Please sign in to comment.