Fixed typo

This commit is contained in:
dougqh 2019-09-25 16:57:24 -04:00
parent 64a5fd61f9
commit 1e8af55d57
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public final class SpringRepositoryInstrumentation extends Instrumenter.Default
public static final RepositoryProxyPostProcessor INSTANCE = public static final RepositoryProxyPostProcessor INSTANCE =
new InterceptingRepositoryProxyPostProcessor(); new InterceptingRepositoryProxyPostProcessor();
// DQH - TODO: Implement old & new signatures of postProcess for versiosn compatibility // DQH - TODO: Implement old & new signatures of postProcess for version compatibility
// Probably better to split by version // Probably better to split by version
public void postProcess(final ProxyFactory factory) { public void postProcess(final ProxyFactory factory) {