Browse Source

Fix javadoc typo

pull/606/head
Kang Baek-kyu 11 years ago committed by Stephane Nicoll
parent
commit
c7babab2dd
  1. 4
      spring-aop/src/main/java/org/springframework/aop/aspectj/RuntimeTestWalker.java

4
spring-aop/src/main/java/org/springframework/aop/aspectj/RuntimeTestWalker.java

@ -50,13 +50,13 @@ import org.springframework.util.ReflectionUtils;
* migrate to {@code ShadowMatch.getVariablesInvolvedInRuntimeTest()} * migrate to {@code ShadowMatch.getVariablesInvolvedInRuntimeTest()}
* or some similar operation. * or some similar operation.
* *
* <p>See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=151593"/>. * <p>See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=151593"/>Bug 151593</a>
* *
* @author Adrian Colyer * @author Adrian Colyer
* @author Ramnivas Laddad * @author Ramnivas Laddad
* @since 2.0 * @since 2.0
*/ */
class RuntimeTestWalker { class RuntimeTestWlalker {
private static final Field residualTestField; private static final Field residualTestField;

Loading…
Cancel
Save