diff -r d9f43dfbe524 -r 003cc64366da src/java.base/share/classes/java/text/Format.java --- a/src/java.base/share/classes/java/text/Format.java Wed Mar 20 18:01:42 2019 -0400 +++ b/src/java.base/share/classes/java/text/Format.java Wed Mar 20 15:35:26 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -58,7 +58,7 @@ * no separator in between, and in this case the parseObject could * not tell which digits belong to which number. * - *

Subclassing

+ *

Subclassing

* *

* The Java Platform provides three specialized subclasses of Format-- @@ -115,7 +115,7 @@ * the field. For examples of these constants, see ERA_FIELD and its * friends in {@link DateFormat}. * - *

Synchronization

+ *

Synchronization

* *

* Formats are generally not synchronized.