@ -100,8 +100,8 @@ public class AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProx
@@ -100,8 +100,8 @@ public class AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProx
// TODO: Consider optimization by caching the list of the aspect names
@ -436,12 +436,11 @@ public class ProxyFactoryBean extends ProxyCreatorSupport
@@ -436,12 +436,11 @@ public class ProxyFactoryBean extends ProxyCreatorSupport
@ -475,16 +474,16 @@ public class ProxyFactoryBean extends ProxyCreatorSupport
@@ -475,16 +474,16 @@ public class ProxyFactoryBean extends ProxyCreatorSupport
@ -279,7 +280,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -279,7 +280,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@ -318,9 +319,8 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -318,9 +319,8 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@ -354,10 +354,9 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -354,10 +354,9 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@ -446,8 +445,8 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -446,8 +445,8 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
logger.debug("Could not read previous value of property '"+
@ -617,7 +616,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -617,7 +616,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@ -653,15 +652,13 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -653,15 +652,13 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@ -677,8 +674,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -677,8 +674,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
// IMPORTANT: Do not pass full property name in here - property editors
// must not kick in for map keys but rather only for map values.
@ -841,7 +837,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@@ -841,7 +837,7 @@ public abstract class AbstractNestablePropertyAccessor extends AbstractPropertyA
@ -423,7 +423,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
@@ -423,7 +423,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
@ -692,7 +692,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
@@ -692,7 +692,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
@ -177,8 +177,8 @@ public final class HttpMethod implements Comparable<HttpMethod>, Serializable {
@@ -177,8 +177,8 @@ public final class HttpMethod implements Comparable<HttpMethod>, Serializable {
if(this==o){
returntrue;
}
elseif(oinstanceofHttpMethodother){
returnthis.name.equals(other.name);
elseif(oinstanceofHttpMethodotherMethod){
returnthis.name.equals(otherMethod.name);
}
returnfalse;
}
@ -187,4 +187,5 @@ public final class HttpMethod implements Comparable<HttpMethod>, Serializable {
@@ -187,4 +187,5 @@ public final class HttpMethod implements Comparable<HttpMethod>, Serializable {
@ -423,7 +423,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
@@ -423,7 +423,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
@ -149,8 +149,8 @@ public class RequestMappingHandlerAdapter implements HandlerAdapter, Application
@@ -149,8 +149,8 @@ public class RequestMappingHandlerAdapter implements HandlerAdapter, Application