Replace <code> with {@code} throughout Javadoc

Issue: SPR-10128
This commit is contained in:
Chris Beams
2012-12-18 14:45:36 +01:00
parent 8597ec25ec
commit 9540d2c81b
1503 changed files with 8001 additions and 8060 deletions

View File

@@ -1310,7 +1310,7 @@ public class DefaultListableBeanFactoryTests {
* Verifies that a dependency on a {@link FactoryBean} can <strong>not</strong>
* be autowired <em>by name</em>, as &amp; is an illegal character in
* Java method names. In other words, you can't name a method
* <code>set&amp;FactoryBean(...)</code>.
* {@code set&amp;FactoryBean(...)}.
*/
@Test(expected=TypeMismatchException.class)
public void testAutowireBeanWithFactoryBeanByName() {