Skip to content

Commit

Permalink
Don't re-register the original config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Nov 14, 2019
1 parent d797785 commit b480e97
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -123,7 +123,6 @@ public static void doWithConfig(Config config, Runnable runnable) {
}
finally {
ConfigProviderResolver.instance().releaseConfig(config);
ConfigProviderResolver.instance().registerConfig(originalConfig, tccl);
}
}

Expand Down

0 comments on commit b480e97

Please sign in to comment.