Browse Source

Revert accidental class name change

pull/606/head
Stephane Nicoll 10 years ago
parent
commit
9fe7780865
  1. 2
      spring-aop/src/main/java/org/springframework/aop/aspectj/RuntimeTestWalker.java

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

@ -56,7 +56,7 @@ import org.springframework.util.ReflectionUtils; @@ -56,7 +56,7 @@ import org.springframework.util.ReflectionUtils;
* @author Ramnivas Laddad
* @since 2.0
*/
class RuntimeTestWlalker {
class RuntimeTestWalker {
private static final Field residualTestField;

Loading…
Cancel
Save