Skip to content

Commit

Permalink
Deprecate AssertionErrorFactory in favor of AssertionErrorCreator eve…
Browse files Browse the repository at this point in the history
…n thougg it's not an exact replacement.
  • Loading branch information
joel-costigliola committed May 5, 2024
1 parent 35e85a2 commit 17f4aa6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@
import org.assertj.core.presentation.Representation;

/**
* @deprecated don't use it or favor {@link AssertionErrorCreator} instead.
*
* Factory of <code>{@link AssertionError}</code>s.
*
* @author Alex Ruiz
* @author Yvonne Wang
*/
@Deprecated
public interface AssertionErrorFactory {

/**
Expand Down

0 comments on commit 17f4aa6

Please sign in to comment.