8153184: BorderLayout javadoc says current version of JDK is 1.2
Reviewed-by: serb, psadhukhan
Contributed-by: abdul.kolarkunnu@oracle.com
--- a/jdk/src/java.desktop/share/classes/java/awt/BorderLayout.java Wed May 25 14:59:15 2016 +0530
+++ b/jdk/src/java.desktop/share/classes/java/awt/BorderLayout.java Wed May 25 16:32:37 2016 +0530
@@ -76,7 +76,7 @@
* orientation is {@code LEFT_TO_RIGHT}, only the
* {@code PAGE_START} will be laid out.
* <p>
- * NOTE: Currently (in the Java 2 platform v1.2),
+ * NOTE: Currently,
* {@code BorderLayout} does not support vertical
* orientations. The {@code isVertical} setting on the container's
* {@code ComponentOrientation} is not respected.