polishing

This commit is contained in:
Juergen Hoeller
2010-10-11 20:03:40 +00:00
parent cb434793d5
commit 3740380a7a
5 changed files with 26 additions and 30 deletions

View File

@@ -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;

View File

@@ -1,9 +1,7 @@
/**
*
* <p>
* Type conversion system API.
* </p>
*
*/
package org.springframework.core.convert;

View File

@@ -1,9 +1,7 @@
/**
*
* <p>
* TypeConverter system implementation.
* </p>
* Default implementation of the type conversion system.
*
*/
package org.springframework.core.convert.support;