diff -r d9f43dfbe524 -r 003cc64366da src/java.base/share/classes/java/text/ChoiceFormat.java --- a/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Mar 20 18:01:42 2019 -0400 +++ b/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Mar 20 15:35:26 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2018, 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 @@ -151,7 +151,7 @@ * } * * - *

Synchronization

+ *

Synchronization

* *

* Choice formats are not synchronized.