This commit is contained in:
Keith Donald 2009-06-26 15:19:03 +00:00
parent b0129111c5
commit 0edc3d94bd
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public final class Alerts {
}
public String toString() {
return getSeverity() + ":" + getMessage();
return getSeverity() + ": " + getMessage();
}
}