Skip to content

Commit

Permalink
set file versions and passed tests for version v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmeer committed Apr 4, 2017
1 parent 99260f7 commit 949cab0
Show file tree
Hide file tree
Showing 65 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ <h2 id="_v0_0_1_initial_release_2014_06_10">v0.0.1 - initial release - 2014-06-1
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-04-04 10:54:41 IST
Last updated 2017-04-04 10:55:20 IST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ <h3 id="_target_translator_for_html_character_conversion">Target translator for
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-04-04 10:54:43 IST
Last updated 2017-04-04 10:55:20 IST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AT_Cell.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Cell of an {@link AT_RuleRow}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class AT_Cell implements IsTableCell {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AT_CellContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Context (all configuration parameters) for an {@link AT_Cell}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class AT_CellContext implements IsTableCellContext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Calculates the width of columns for an {@link AsciiTable}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public interface AT_ColumnWidthCalculator {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AT_Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Context for an {@link AsciiTable}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class AT_Context implements IsTableContext {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AT_Renderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Standard renderer for {@link AsciiTable}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public interface AT_Renderer extends IsTableRenderer {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AT_Row.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Row of an {@link AsciiTable}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class AT_Row implements IsTableRow {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AT_RowContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Context for an {@link AT_Row}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class AT_RowContext implements IsTableRowContext {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AT_Themes.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Collection of themes for an {@link AsciiTable}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public interface AT_Themes {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/AsciiTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* An ASCII table with some formatting options.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class AsciiTable implements IsTable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Standard exception for ASCII tables.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class AsciiTableException extends RuntimeException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* A theme for an {@link AsciiTable}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public interface AsciiTableTheme {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Calculates the width of table columns using an absolute table width evenly distributed over all columns.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class CWC_AbsoluteEven implements AT_ColumnWidthCalculator {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/CWC_FixedWidth.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Calculates the width of table columns using a fixed width for each column.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class CWC_FixedWidth implements AT_ColumnWidthCalculator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* In those cases use minimum and maximum column length.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class CWC_LongestLine implements AT_ColumnWidthCalculator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Calculates the width of table columns using the longest word in a column.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class CWC_LongestWord implements AT_ColumnWidthCalculator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Calculates the width of table columns using the longest word in a column with maximum column width settings.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class CWC_LongestWordMax implements AT_ColumnWidthCalculator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Calculates the width of table columns using the longest word in a column with minimum column width settings.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
public class CWC_LongestWordMin implements AT_ColumnWidthCalculator {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/vandermeer/asciitable/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* ASCII table - A simple tool to format tables with various row/column options for indentation, indentation character, alignment, padding (left, right, both), padding characters (left, right, both), and in-line whitespace characters.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.3.0
*/
package de.vandermeer.asciitable;
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Tests for {@link CWC_AbsoluteEven}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class Test_CWC_AbsoluteEven {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Tests for {@link CWC_LongestLine}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class Test_CWC_LongestLine {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Tests for {@link CWC_LongestWord}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class Test_CWC_LongestWord {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Tests for {@link CWC_LongestWordMax}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class Test_CWC_LongestWordMax {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Tests for {@link CWC_LongestWordMin}.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class Test_CWC_LongestWordMin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example for a simple table as getting started example.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00_Getting_Started implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example: width behavior.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00b_WidthBehavior implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* AsciiTable example demonstrating that {@link ST} objects are automatically added as text.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00c_AddColumn_ST implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* AsciiTable example demonstrating that {@link HasText} objects are automatically added as text.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00d_AddColumn_HasText implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* AsciiTable example demonstrating that {@link HasTextCluster} objects are automatically added as text.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00e_AddColumn_HasTextCluster implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* AsciiTable example demonstrating that {@link DoesRender} objects are automatically added as text.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00f_AddColumn_DoesRender implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AsciiTable example demonstrating that {@link DoesRenderToWidth} objects are automatically added as text.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00g_AddColumn_DoesRenderToWidth implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* AsciiTable example demonstrating that {@link RendersToCluster} objects are automatically added as text.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00h_AddColumn_RendersToCluster implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* AsciiTable example demonstrating that {@link ST} objects are automatically added as text.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_00i_AddColumn_RendersToClusterWidth implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example for a simple table as getting started example.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_01b_1Column implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example for a simple table as getting started example.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_01c_2Columns implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example for a simple table as getting started example.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_01d_3Columns implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example for a simple table as getting started example.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_01e_4Columns implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example for a simple table as getting started example.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_01f_5Columns implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* AsciiTable example for a simple table as getting started example.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_02_ColSpan implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AsciiTable example for text alignment options.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_03_AlignmentOptions implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* AsciiTable example for for text alignment options (table).
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_03a_AlignmentTable implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AsciiTable example for for text alignment options (row).
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_03b_AlignmentRow implements StandardExampleAsCmd {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AsciiTable example for for text alignment options (cell).
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
* @version v0.3.1 build 170404 (04-Apr-17) for Java 1.8
* @since v0.0.3
*/
public class AT_03c_AlignmentCell implements StandardExampleAsCmd {
Expand Down
Loading

0 comments on commit 949cab0

Please sign in to comment.