nizhikov commented on code in PR #9955:
URL: https://github.com/apache/ignite/pull/9955#discussion_r845875284
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheLifecycleAwareSelfTest.java:
##########
@@ -234,6 +222,13 @@ private TestInterceptor() {
super(CACHE_NAME);
}
+ /** {@inheritDoc} */
+ @Override public void start() {
Review Comment:
`public interface CacheInterceptor<K, V> extends Serializable {`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]