# HG changeset patch # User yan # Date 1396439940 -14400 # Node ID 8f6d9fbd6834c38b42f31281e157a873ef830ee1 # Parent 95c64645aa0b4e18a836b8c7006fd85db93ddeb9 8038488: Tidy warnings cleanup for java.beans Reviewed-by: malenkov, alexsch Contributed-by: Alexander Stepanov diff -r 95c64645aa0b -r 8f6d9fbd6834 jdk/src/share/classes/java/beans/SimpleBeanInfo.java --- 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. - *

+ * * @param resourceName A pathname relative to the directory * holding the class file of the current class. For example, * "wombat.gif". diff -r 95c64645aa0b -r 8f6d9fbd6834 jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java --- 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.

* * No event is fired if old and new are equal and non-null. - *

+ * * @param name The programmatic name of the property that is about to * change * diff -r 95c64645aa0b -r 8f6d9fbd6834 jdk/src/share/classes/java/beans/package.html --- 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 @@

  • JavaBeans, a trail in The Java Tutorial.
  • Long-Term Persistence, an article in The Swing Connection. -