8038488: Tidy warnings cleanup for java.beans

Reviewed-by: malenkov, alexsch
This commit is contained in:
Alexander Stepanov 2014-04-02 15:59:00 +04:00 committed by Yuri Nesterenko
parent 65a18434e7
commit a5adc0deb1
3 changed files with 2 additions and 3 deletions

View File

@ -108,7 +108,7 @@ public class SimpleBeanInfo implements BeanInfo {
* 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".

View File

@ -262,7 +262,7 @@ public class BeanContextChildSupport implements BeanContextChild, BeanContextSer
* 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
*

View File

@ -150,7 +150,6 @@ For overview, architecture, and tutorial documentation, please see:
<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>