Author: mbenson Date: Thu Mar 24 16:11:14 2011 New Revision: 1085020 URL: http://svn.apache.org/viewvc?rev=1085020&view=rev Log: update userguide to reflect that our enums are no longer emulated
Modified: commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml Modified: commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml URL: http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml?rev=1085020&r1=1085019&r2=1085020&view=diff ============================================================================== --- commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml (original) +++ commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml Thu Mar 24 16:11:14 2011 @@ -168,13 +168,13 @@ complexArray { <tr> <td><code>justify</code></td> <td>Specify field justification when a too-small value is specified</td> - <td><code>PadJustifyFieldSupport$Justify</code> emulated enumeration</td> + <td><code>PadJustifyFieldSupport$Justify</code> enum</td> <td><code>LEFT (default), RIGHT, CENTER</code></td> </tr> <tr> <td><code>Overflow</code></td> <td>Specify behavior on too-large value</td> - <td><code>FieldSupport$Overflow</code> emulated enumeration</td> + <td><code>FieldSupport$Overflow</code> enum</td> <td><code>ERROR (default), IGNORE</code></td> </tr> </table> @@ -272,19 +272,19 @@ truncateMe (20) overflow=IGNORE <tr> <td><code>justify</code></td> <td>Specify field justification when a too-small value is specified</td> - <td><code>PadJustifyFieldSupport$Justify</code> emulated enumeration</td> + <td><code>PadJustifyFieldSupport$Justify</code> enum</td> <td><code>LEFT (default), RIGHT, CENTER</code></td> </tr> <tr> <td><code>Overflow</code></td> <td>Specify behavior on too-large value</td> - <td><code>FieldSupport$Overflow</code> emulated enumeration</td> + <td><code>FieldSupport$Overflow</code> enum</td> <td><code>ERROR (default), IGNORE</code></td> </tr> <tr> <td><code>Underflow</code></td> <td>Specify behavior on too-small value</td> - <td><code>FieldSupport$Underflow</code> emulated enumeration</td> + <td><code>FieldSupport$Underflow</code> enum</td> <td><code>ERROR (default), IGNORE</code></td> </tr> </table>