Hi All,
Please review the fix for bug 8153184,
Webrev: http://cr.openjdk.java.net/~jcm/8153184/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8153184
Issue:
It is a documentation bug, it is mentioning version information in the javadoc,
ie;"[Currently (in the Java 2 platform v1.2)]" . So it is difficult to maintain
this kind of version information in the javadoc, just removing that version
information.
Links to faulty javadoc:
http://download.java.net/java/jdk9/docs/api/java/awt/BorderLayout.html
https://docs.oracle.com/javase/8/docs/api/java/awt/BorderLayout.html
Fix:
Removed the version information from javadoc as it is difficult
to maintain in different versions
Regards,
Muneer