Fix toString() formatting.

This commit is contained in:
Gary Gregory 2021-02-23 21:58:05 -05:00
parent 0b23b9eae3
commit 9281de1b1b
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ public class FastDateParser implements DateParser, Serializable {
*/
@Override
public String toString() {
return "FastDateParser[" + pattern + "," + locale + "," + timeZone.getID() + "]";
return "FastDateParser[" + pattern + ", " + locale + ", " + timeZone.getID() + "]";
}
// Serializing