8153184: BorderLayout javadoc says current version of JDK is 1.2
authorpsadhukhan
Wed, 25 May 2016 16:32:37 +0530
changeset 38996 a7739d2638ab
parent 38995 c1812168a1e9
child 38997 737cce90a6d4
8153184: BorderLayout javadoc says current version of JDK is 1.2 Reviewed-by: serb, psadhukhan Contributed-by: abdul.kolarkunnu@oracle.com
jdk/src/java.desktop/share/classes/java/awt/BorderLayout.java
--- 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.