This commit is contained in:
Keith Donald 2009-06-26 15:11:00 +00:00
parent 60c2b38c03
commit b0129111c5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package org.springframework.ui.alert;
* A static factory for conveniently constructing Alerts.
* Usage example:
* <pre>
* import static org.springframework.ui.alert.Alerts;
* import static org.springframework.ui.alert.Alerts.*;
*
* public void example() {
* info("An info alert");