Skip to content

Commit

Permalink
Suppression turn off, KfConsumer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiTuz18 committed Apr 8, 2023
1 parent 26e54d8 commit e78e679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ and fix all documentation.
<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" "https://checkstyle.org/dtds/suppressions_1_0.dtd">
<suppressions>
<suppress checks="LineLength" files=".*\.java$" lines="0-23"/>
<suppress checks="JavadocType" files=".*\.java$" lines="23-9999"/>
<suppress checks="JavadocVariable" files=".*\.java$" lines="23-9999"/>
<suppress checks="JavadocMethod" files=".*\.java$" lines="23-9999"/>
<suppress checks="HiddenField" files=".*\.java$" lines="23-9999"/>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/io/github/eocqrs/kafka/consumer/KfConsumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
/**
* Kafka Consumer.
*
* @param <K> The key
* @param <X> The value
* @author Aliaksei Bialiauski (abialiauski.dev@gmail.com)
* @since 0.0.0
*/
Expand Down

0 comments on commit e78e679

Please sign in to comment.