Skip to content

Commit

Permalink
Deprecate JsonFluentAssert
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Nov 16, 2024
1 parent 28cebfb commit 560b2c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
* <li>{@link java.io.Reader} similarly to String</li>
* <li>null as null Node</li>
* </ol>
*
* @deprecated Use AssertJ integration
*/
@Deprecated(forRemoval = true)
public class JsonFluentAssert {
final InternalMatcher internalMatcher;

Expand Down

0 comments on commit 560b2c0

Please sign in to comment.