Polish whitespace for conversion service packages

This commit is contained in:
Phillip Webb 2012-10-26 14:09:26 -07:00
parent 61186b0b56
commit 01272fb0e6
27 changed files with 127 additions and 125 deletions

View File

@ -21,6 +21,8 @@ package org.springframework.core.convert.converter;
* Implementations of this interface are thread-safe and can be shared. * Implementations of this interface are thread-safe and can be shared.
* *
* @author Keith Donald * @author Keith Donald
* @param <S> The source type
* @param <T> The target type
* @since 3.0 * @since 3.0
*/ */
public interface Converter<S, T> { public interface Converter<S, T> {