diff -r 0aba35254e00 -r d32a3b1ca84a src/java.desktop/share/classes/java/awt/BorderLayout.java --- a/src/java.desktop/share/classes/java/awt/BorderLayout.java Fri Sep 13 17:35:12 2019 -0700 +++ b/src/java.desktop/share/classes/java/awt/BorderLayout.java Mon Sep 09 12:23:22 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -92,11 +92,10 @@ * Here is an example of five buttons in an applet laid out using * the {@code BorderLayout} layout manager: *

- * Diagram of an applet demonstrating BorderLayout.
- *      Each section of the BorderLayout contains a Button corresponding to its position in the layout, one of:
- *      North, West, Center, East, or South. + * Diagram of an applet
+ * demonstrating BorderLayout. Each section of the BorderLayout contains a
+ * Button corresponding to its position in the layout, one of: North, West,
+ * Center, East, or South. *

* The code for this applet is as follows: *