Author: rwhitcomb
Date: Tue Mar 2 04:07:43 2021
New Revision: 1887073
URL: http://svn.apache.org/viewvc?rev=1887073&view=rev
Log:
Tweak some Javadoc in TablePane.
Modified:
pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java
URL:
http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java?rev=1887073&r1=1887072&r2=1887073&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java Tue Mar 2 04:07:43
2021
@@ -28,8 +28,8 @@ import org.apache.pivot.util.Utils;
/**
* Container that arranges components in a two-dimensional grid, optionally
- * spanning multiple rows and columns, much like an HTML {@code <table>}
- * element. <p> Note that unlike an HTML {@code <table>}, components that
+ * spanning multiple rows and columns, much like an HTML
<code><table></code>
+ * element. <p> Note that unlike an HTML <code><tablei></code>,
components that
* span multiple rows or columns will not "push" other components out of their
* way. Instead, the spanning components will simply overlay the cells into
* which they span. This means that application developers may have to use