fixed package-info
This commit is contained in:
parent
fee838a65e
commit
427edfe93c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue