Javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/pivot/trunk@1158719 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/wtk/src/org/apache/pivot/wtk/Component.java b/wtk/src/org/apache/pivot/wtk/Component.java
index ce627b7..69e41cb 100644
--- a/wtk/src/org/apache/pivot/wtk/Component.java
+++ b/wtk/src/org/apache/pivot/wtk/Component.java
@@ -59,17 +59,17 @@
}
/**
- * Stores the supplied value for the specified style.</br></br>
+ * Stores the supplied value for the specified style.<br/><br/>
*
* <strong>NOTE</strong> The current implementation always returns
* <code>null</code> due to the use of BeanAdapter to set the the new
* value. (BeanAdapter does not look up the previous value for
- * performance reasons)</br></br>
+ * performance reasons)<br/><br/>
*
* This also means that the logic determining whether to fire the the
* event differs from other Pivot event firing code. The event will be
* fired each time this method is executed, regardless of whether the
- * new value differs from the old value or not.</br></br>
+ * new value differs from the old value or not.<br/><br/>
*
* This behaviour may change in the future so should not be relied upon.
*