polish
This commit is contained in:
parent
b0129111c5
commit
0edc3d94bd
|
|
@ -97,7 +97,7 @@ public final class Alerts {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return getSeverity() + ":" + getMessage();
|
return getSeverity() + ": " + getMessage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue