You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "PakhomovAlexander (via GitHub)" <gi...@apache.org> on 2023/04/25 16:29:29 UTC

[GitHub] [ignite-3] PakhomovAlexander commented on a diff in pull request #1954: IGNITE-19048: Extract Subscribers and Accumulators to core module

PakhomovAlexander commented on code in PR #1954:
URL: https://github.com/apache/ignite-3/pull/1954#discussion_r1176761582


##########
modules/core/src/main/java/org/apache/ignite/internal/util/subscription/ListAccumulator.java:
##########
@@ -15,44 +15,41 @@
  * limitations under the License.
  */
 
-package org.apache.ignite.internal.deployunit.metastore;
+package org.apache.ignite.internal.util.subscription;
 
 import java.util.ArrayList;
-import java.util.Collections;
 import java.util.List;
 import java.util.function.Function;
-import org.apache.ignite.internal.metastorage.Entry;
 
 /**
  * Plain list accumulator.
  *
- * @param <T> Result value type.
+ * @param <R> Result value type.

Review Comment:
   could you add javadoc for `R` type?



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org