master
Keith Donald 15 years ago
parent 60c2b38c03
commit b0129111c5
  1. 2
      org.springframework.context/src/main/java/org/springframework/ui/alert/Alerts.java

@ -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");

Loading…
Cancel
Save