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