fixed package-info

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1751 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2009-08-24 13:36:32 +00:00
parent 3d9dfb340f
commit 52b66a8cfc
2 changed files with 3 additions and 5 deletions
@@ -2,4 +2,3 @@
* A SPI for defining Formatters to format field model values for display in a UI.
*/
package org.springframework.ui.format;
@@ -1,6 +1,5 @@
/**
* Support classes for the formatting package, providing
* common implementations as well as adapters.
* Support classes for the formatting package,
* providing common implementations as well as adapters.
*/
package org.springframework.ui.format;
package org.springframework.ui.format.support;