polishing
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>
|
||||
* SPI to implement Converters.
|
||||
* </p>
|
||||
* SPI to implement Converters for the type conversion system.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.convert.converter;
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>
|
||||
* Type conversion system API.
|
||||
* </p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.convert;
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>
|
||||
* TypeConverter system implementation.
|
||||
* </p>
|
||||
* Default implementation of the type conversion system.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.convert.support;
|
||||
|
||||
Reference in New Issue
Block a user