fixed package-info

This commit is contained in:
Juergen Hoeller 2009-08-24 13:36:32 +00:00
parent fee838a65e
commit 427edfe93c
2 changed files with 3 additions and 5 deletions

View File

@ -2,4 +2,3 @@
* A SPI for defining Formatters to format field model values for display in a UI. * A SPI for defining Formatters to format field model values for display in a UI.
*/ */
package org.springframework.ui.format; package org.springframework.ui.format;

View File

@ -1,6 +1,5 @@
/** /**
* Support classes for the formatting package, providing * Support classes for the formatting package,
* common implementations as well as adapters. * providing common implementations as well as adapters.
*/ */
package org.springframework.ui.format; package org.springframework.ui.format.support;