From 806643b7dfa95667640576d4b046df2cf62052d2 Mon Sep 17 00:00:00 2001 From: mkoch Date: Tue, 20 Apr 2004 10:37:07 +0000 Subject: 2004-04-20 Michael Koch * java/awt/AWTPermission.java, java/awt/Component.java, java/awt/ComponentOrientation.java,, java/awt/Dialog.java, java/awt/FontMetrics.java, java/awt/Graphics.java, java/awt/datatransfer/DataFlavor.java, java/beans/Introspector.java, java/beans/PropertyEditor.java, java/beans/PropertyEditorManager.java, java/beans/beancontext/BeanContextServiceProvider.java: Fixed HTML tags in javadocs all over. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80890 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/beans/Introspector.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libjava/java/beans/Introspector.java') diff --git a/libjava/java/beans/Introspector.java b/libjava/java/beans/Introspector.java index 078f98eb37c..b3f67c521ba 100644 --- a/libjava/java/beans/Introspector.java +++ b/libjava/java/beans/Introspector.java @@ -65,7 +65,7 @@ import gnu.java.lang.ClassHelper; * When you call getBeanInfo(class c), the Introspector * first searches for BeanInfo class to see if you * provided any explicit information. It searches for a - * class named BeanInfo in different + * class named <bean class name>BeanInfo in different * packages, first searching the bean class's package * and then moving on to search the beanInfoSearchPath.

* @@ -113,14 +113,14 @@ import gnu.java.lang.ClassHelper; * type <type>. There may also be a * public <type>[] getXXX() and a * public void setXXX(<type>) - * method as well. + * method as well. *

  • If there is a * public void setXXX(int,<type>) * method, then it is a write-only indexed property of * type <type>. There may also be a * public <type>[] getXXX() and a * public void setXXX(<type>) - * method as well.
  • + * method as well. *
  • If there is a * public <type> getXXX() method, * then XXX is a read-only property of type -- cgit v1.2.3