8038488: Tidy warnings cleanup for java.beans
authoryan
Wed, 02 Apr 2014 15:59:00 +0400
changeset 23703 8f6d9fbd6834
parent 23702 95c64645aa0b
child 23705 6dbe0ae69dc3
8038488: Tidy warnings cleanup for java.beans Reviewed-by: malenkov, alexsch Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
jdk/src/share/classes/java/beans/SimpleBeanInfo.java
jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java
jdk/src/share/classes/java/beans/package.html
--- a/jdk/src/share/classes/java/beans/SimpleBeanInfo.java	Wed Apr 02 12:17:25 2014 +0400
+++ b/jdk/src/share/classes/java/beans/SimpleBeanInfo.java	Wed Apr 02 15:59:00 2014 +0400
@@ -108,7 +108,7 @@
      * It takes the name of a resource file associated with the
      * current object's class file and loads an image object
      * from that file.  Typically images will be GIFs.
-     * <p>
+     *
      * @param resourceName  A pathname relative to the directory
      *          holding the class file of the current class.  For example,
      *          "wombat.gif".
--- a/jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java	Wed Apr 02 12:17:25 2014 +0400
+++ b/jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java	Wed Apr 02 15:59:00 2014 +0400
@@ -262,7 +262,7 @@
      * the PropertyVetoException. <P>
      *
      * No event is fired if old and new are equal and non-null.
-     * <P>
+     *
      * @param name The programmatic name of the property that is about to
      * change
      *
--- a/jdk/src/share/classes/java/beans/package.html	Wed Apr 02 12:17:25 2014 +0400
+++ b/jdk/src/share/classes/java/beans/package.html	Wed Apr 02 15:59:00 2014 +0400
@@ -150,7 +150,6 @@
   <li><a href="http://java.sun.com/docs/books/tutorial/javabeans/">JavaBeans</a>, a trail in <em>The Java Tutorial</em>.
   <li><a href="http://java.sun.com/products/jfc/tsc/articles/persistence2/">Long-Term Persistence</a>, an article in <em>The Swing Connection</em>.
 </ul>
-<p>
 
 </body>
 </html>