Skip to content

Commit 27ddb42

Browse files
artembilangaryrussell
authored andcommitted
Remove JavaDocs for non-existing generics
**Cherry-pick to `2.6.x`**
1 parent bec6c2a commit 27ddb42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-kafka-test/src/main/java/org/springframework/kafka/test/utils/KafkaTestUtils.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2020 the original author or authors.
2+
* Copyright 2016-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -245,8 +245,6 @@ public static OffsetAndMetadata getCurrentOffset(String brokerAddresses, String
245245

246246
/**
247247
* Return the end offsets of the requested topic/partitions
248-
* @param <K> the key type.
249-
* @param <V> the value type.
250248
* @param consumer the consumer.
251249
* @param topic the topic.
252250
* @param partitions the partitions, or null for all partitions.

0 commit comments

Comments
 (0)