diff options
Diffstat (limited to 'pdf-as-lib')
| -rw-r--r-- | pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/table/Table.java | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/table/Table.java b/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/table/Table.java index c138ac22..6db7ff3a 100644 --- a/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/table/Table.java +++ b/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/table/Table.java @@ -188,7 +188,7 @@ public class Table implements Serializable    /**     * This method returns a sorted row list beginning with the row number 1. The -   * entrys in a row also stored in a <code>{@link java.util.ArrayList}</code>. +   * entries in a row also stored in a <code>{@link java.util.ArrayList}</code>.     *      * @return Returns the sorted (by row number) table rows.     */ @@ -204,7 +204,7 @@ public class Table implements Serializable    }    /** -   * Add a comlete table row to the current table. Be carefull usding the +   * Add a complete table row to the current table. Be careful using the     * correct row number because no check is done if a row with the given row     * number does exist! In that case the stored row would be replaced!     *  | 
