Replace <code> tags where possible

Closes gh-12922
This commit is contained in:
dreis2211
2018-04-19 21:30:54 +02:00
committed by Stephane Nicoll
parent 5792042d5d
commit a930835b92
4 changed files with 8 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.util.ClassUtils;
/**
* A {@link TestExecutionListener} for Spring REST Docs that removes the need for a
* <code>@Rule</code> when using JUnit or manual before and after test calls when using
* {@code @Rule} when using JUnit or manual before and after test calls when using
* TestNG.
*
* @author Andy Wilkinson