git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1443 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-06-26 15:11:00 +00:00
parent f1ab999232
commit 9b3f79afc1
@@ -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");