mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
polish
This commit is contained in:
@@ -97,7 +97,7 @@ public final class Alerts {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return getSeverity() + ":" + getMessage();
|
||||
return getSeverity() + ": " + getMessage();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user