Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 22, 2023
1 parent 6203033 commit 934481f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/it/producer-consumer-api/src/test/java/EntryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@
/**
* Entry test cases.
*
* @deprecated Configuration moved into {@link KafkaITCase}
* Test Cases moved into child classes of {@link KafkaITCase}
*
* @author Ivan Ivanchuk (l3r8y@duck.com)
* @author Aliaksei Bialiauski (abialiauski.dev@gmail.com)
* @since 0.0.2
* @deprecated Configuration moved into {@link KafkaITCase}
* Test Cases moved into {@link KafkaITCase} child classes.
*/
@Deprecated(forRemoval = true)
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
Expand Down

1 comment on commit 934481f

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 934481f May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 290-2e9c5470 disappeared from src/it/producer-consumer-api/src/test/java/EntryTest.java), that's why I closed #306. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.