maksaska commented on code in PR #11627:
URL: https://github.com/apache/ignite/pull/11627#discussion_r1852618514
##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientCache.java:
##########
@@ -1103,8 +1103,8 @@ public void putAllConflict(Map<? extends K, ? extends
T3<? extends V, GridCacheV
* @param drMap DR map.
* @return Future.
*/
- public IgniteClientFuture<Void> putAllConflictAsync(Map<? extends K, T3<?
extends V, GridCacheVersion, Long>> drMap)
Review Comment:
In the first commits I used it in the test for generics. The same parameter
set for `#putAllConflictAsync()` and `#putAllConflict()` helped to reduce the
boilerplate code. Since I completely changed that part, I think it's no longor
neccesary. Changed it back
--
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]