diff --git a/org.springframework.context/src/main/java/org/springframework/ui/alert/Alerts.java b/org.springframework.context/src/main/java/org/springframework/ui/alert/Alerts.java index 931d1febf0..80f1d39f11 100644 --- a/org.springframework.context/src/main/java/org/springframework/ui/alert/Alerts.java +++ b/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: *
- *    import static org.springframework.ui.alert.Alerts;
+ *    import static org.springframework.ui.alert.Alerts.*;
  *    
  *    public void example() {
  *        info("An info alert");