Commit 7a4c18ea authored by Andy Wilkinson's avatar Andy Wilkinson

Polish "Deprecate JsonContent.assertThat()"

Closes gh-9678
parent fa574910
...@@ -53,7 +53,11 @@ public final class JsonContent<T> implements AssertProvider<JsonContentAssert> { ...@@ -53,7 +53,11 @@ public final class JsonContent<T> implements AssertProvider<JsonContentAssert> {
} }
/** /**
* Use {@link org.assertj.core.api.Assertions#assertThat AspectJ's assertThat} instead * Use AssertJ's {@link org.assertj.core.api.Assertions#assertThat assertThat}
* instead.
*
* @deprecated in favor of AssertJ's {@link org.assertj.core.api.Assertions#assertThat
* assertThat}
*/ */
@Override @Override
@Deprecated @Deprecated
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment