Replace <code> with {@code} throughout Javadoc
Issue: SPR-10128
This commit is contained in:
@@ -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 & is an illegal character in
|
||||
* Java method names. In other words, you can't name a method
|
||||
* <code>set&FactoryBean(...)</code>.
|
||||
* {@code set&FactoryBean(...)}.
|
||||
*/
|
||||
@Test(expected=TypeMismatchException.class)
|
||||
public void testAutowireBeanWithFactoryBeanByName() {
|
||||
|
||||
Reference in New Issue
Block a user