Beans.java, [...]: Fixed javadocs.
2004-11-17 Michael Koch <konqueror@gmx.de> * java/beans/Beans.java, java/beans/PropertyChangeEvent.java, java/beans/PropertyEditorSupport.java: Fixed javadocs. From-SVN: r90799
This commit is contained in:
committed by
Michael Koch
parent
2cc07ffcf1
commit
866212e722
@@ -68,7 +68,7 @@ public class PropertyEditorSupport implements PropertyEditor
|
||||
* instance itself.
|
||||
*
|
||||
* @since 1.5
|
||||
* @status this was <code>protected</code> prior to 1.5
|
||||
* @specnote this was <code>protected</code> prior to 1.5
|
||||
*/
|
||||
public PropertyEditorSupport()
|
||||
{
|
||||
@@ -85,7 +85,7 @@ public class PropertyEditorSupport implements PropertyEditor
|
||||
* @param source The source to use when firing
|
||||
* property change events.
|
||||
* @since 1.5
|
||||
* @status this was <code>protected</code> prior to 1.5
|
||||
* @specnote this was <code>protected</code> prior to 1.5
|
||||
*/
|
||||
public PropertyEditorSupport(Object source)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user