Skip to content

Commit e5d8a73

Browse files
committed
Add name as author to ProducerFactory class
1 parent 7e80321 commit e5d8a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-kafka/src/main/java/org/springframework/kafka/core/ProducerFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*
3636
* @author Gary Russell
3737
* @author Thomas Strauß
38+
* @author Kwon YongHyun
3839
*/
3940
public interface ProducerFactory<K, V> {
4041

0 commit comments

Comments
 (0)