mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Replace <code> with {@code} throughout Javadoc
Issue: SPR-10128
This commit is contained in:
+1
-1
@@ -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