summaryrefslogtreecommitdiff
path: root/java/beans/Introspector.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/beans/Introspector.java')
-rw-r--r--java/beans/Introspector.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/beans/Introspector.java b/java/beans/Introspector.java
index 078f98eb3..b3f67c521 100644
--- a/java/beans/Introspector.java
+++ b/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 <bean class name>BeanInfo in different
+ * class named &lt;bean class name&gt;BeanInfo in different
* packages, first searching the bean class's package
* and then moving on to search the beanInfoSearchPath.<P>
*
@@ -113,14 +113,14 @@ import gnu.java.lang.ClassHelper;
* type &lt;type&gt;. There may also be a
* <CODE>public &lt;type&gt;[] getXXX()</CODE> and a
* <CODE>public void setXXX(&lt;type&gt;)</CODE>
- * method as well.</CODE></LI>
+ * method as well.</LI>
* <LI>If there is a
* <CODE>public void setXXX(int,&lt;type&gt;)</CODE>
* method, then it is a write-only indexed property of
* type &lt;type&gt;. There may also be a
* <CODE>public &lt;type&gt;[] getXXX()</CODE> and a
* <CODE>public void setXXX(&lt;type&gt;)</CODE>
- * method as well.</CODE></LI>
+ * method as well.</LI>
* <LI>If there is a
* <CODE>public &lt;type&gt; getXXX()</CODE> method,
* then XXX is a read-only property of type