Polish whitespace for conversion service packages
This commit is contained in:
parent
61186b0b56
commit
01272fb0e6
|
@ -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> {
|
||||||
|
|
Loading…
Reference in New Issue