Fixed typo
This commit is contained in:
parent
64a5fd61f9
commit
1e8af55d57
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue