This commit is contained in:
Keith Donald
2009-06-26 15:19:03 +00:00
parent b0129111c5
commit 0edc3d94bd

View File

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