Skip to content

Commit

Permalink
fixed some jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmeer committed Apr 4, 2017
1 parent 63cf148 commit 2ab4d91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public interface AT_ColumnWidthCalculator {
* @param rows the table rows with rules and content
* @param colNumbers number of columns in the table
* @param ctx the original table context, the required width is taken from this context
* @return
* @returnan array with the width for each column
*/
default int[] calculateColumnWidths(LinkedList<AT_Row> rows, int colNumbers, AT_Context ctx){
return this.calculateColumnWidths(rows, colNumbers, ctx.getTextWidth());
Expand Down
1 change: 0 additions & 1 deletion src/main/java/de/vandermeer/asciitable/AT_Themes.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* Collection of themes for an {@link AsciiTable}.
* Simply use the {@link AsciiTable#applyTheme(AsciiTableTheme)} method of a paragraph and render it.
*
* @author Sven van der Meer &lt;[email protected]&gt;
* @version v0.3.0 build 170404 (04-Apr-17) for Java 1.8
Expand Down

0 comments on commit 2ab4d91

Please sign in to comment.