mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3739 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
-3
@@ -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;
|
||||
|
||||
-2
@@ -1,9 +1,7 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>
|
||||
* Type conversion system API.
|
||||
* </p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.convert;
|
||||
|
||||
+1
-3
@@ -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