polishing

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3739 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2010-10-11 20:03:40 +00:00
parent c6a068f83d
commit 99d4de564f
5 changed files with 26 additions and 30 deletions
@@ -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;