Polish formatting

Minor formatting polish across that codebase. Primarily fixing
whitespace issues.
This commit is contained in:
Phillip Webb
2013-02-01 10:14:01 -08:00
parent 0a6da1e42d
commit f464a45ba4
114 changed files with 124 additions and 127 deletions

View File

@@ -74,4 +74,4 @@ final class CommonsClientHttpResponse extends AbstractClientHttpResponse {
this.httpMethod.releaseConnection();
}
}
}

View File

@@ -43,5 +43,4 @@ public class RssChannelHttpMessageConverter extends AbstractWireFeedHttpMessageC
return Channel.class.isAssignableFrom(clazz);
}
}
}

View File

@@ -36,4 +36,4 @@ import java.lang.annotation.Target;
@Documented
public @interface ResponseBody {
}
}

View File

@@ -37,4 +37,4 @@ public interface WebDataBinderFactory {
*/
WebDataBinder createBinder(NativeWebRequest webRequest, Object target, String objectName) throws Exception;
}
}

View File

@@ -69,4 +69,4 @@ public abstract class HandlerMethodSelector {
return handlerMethods;
}
}
}

View File

@@ -71,4 +71,4 @@ public abstract class AbstractCookieValueMethodArgumentResolver extends Abstract
super(annotation.value(), annotation.required(), annotation.defaultValue());
}
}
}
}

View File

@@ -76,4 +76,4 @@ public class ExpressionValueMethodArgumentResolver extends AbstractNamedValueMet
super("@Value", false, annotation.value());
}
}
}
}

View File

@@ -243,4 +243,4 @@ public final class ModelFactory {
!(value instanceof Map) && !BeanUtils.isSimpleValueType(value.getClass()));
}
}
}

View File

@@ -87,4 +87,4 @@ public class RequestHeaderMethodArgumentResolver extends AbstractNamedValueMetho
super(annotation.value(), annotation.required(), annotation.defaultValue());
}
}
}
}

View File

@@ -212,4 +212,4 @@ public class RequestParamMethodArgumentResolver extends AbstractNamedValueMethod
super(annotation.value(), annotation.required(), annotation.defaultValue());
}
}
}
}

View File

@@ -62,4 +62,4 @@ public interface HandlerMethodArgumentResolver {
NativeWebRequest webRequest,
WebDataBinderFactory binderFactory) throws Exception;
}
}

View File

@@ -58,4 +58,4 @@ public interface HandlerMethodReturnValueHandler {
ModelAndViewContainer mavContainer,
NativeWebRequest webRequest) throws Exception;
}
}