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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
