Skip to content

Commit

Permalink
Suppression turn off, fix <T>, <K> and <X> tags, and also moved the t…
Browse files Browse the repository at this point in the history
…odo tag under the license block
  • Loading branch information
NikiTuz18 committed Apr 9, 2023
1 parent 792a9a1 commit 435486a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/main/java/io/github/eocqrs/kafka/fake/FkConsumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
/**
* @todo #49:45m/DEV Fake Consumer implementation
*/

package io.github.eocqrs.kafka.fake;

Expand All @@ -37,10 +40,6 @@
* @author Aliaksei Bialiauski (abialiauski.dev@gmail.com)
* @since 0.0.0
*/

/*
* @todo #49:45m/DEV Fake Consumer implementation
*/
public final class FkConsumer<K, X> implements Consumer<K, X> {

@Override
Expand Down
7 changes: 3 additions & 4 deletions src/main/java/io/github/eocqrs/kafka/fake/FkProducer.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
/**
* @todo #10:45m/DEV Fake Producer implementation
*/

package io.github.eocqrs.kafka.fake;

Expand All @@ -33,10 +36,6 @@
* @author Aliaksei Bialiauski (abialiauski.dev@gmail.com)
* @since 0.0.0
*/

/*
* @todo #10:45m/DEV Fake Producer implementation
*/
public final class FkProducer<K, X> implements Producer<K, X> {

@Override
Expand Down

0 comments on commit 435486a

Please sign in to comment.