Index: applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTable.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTable.java	(revision 34152)
+++ applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTable.java	(revision 34153)
@@ -1,15 +1,15 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- * 
+ *
  * Copyright 2008 jOpenDocument, by ILM Informatique. All rights reserved.
- * 
+ *
  * The contents of this file are subject to the terms of the GNU
- * General Public License Version 3 only ("GPL").  
- * You may not use this file except in compliance with the License. 
+ * General Public License Version 3 only ("GPL").
+ * You may not use this file except in compliance with the License.
  * You can obtain a copy of the License at http://www.gnu.org/licenses/gpl-3.0.html
  * See the License for the specific language governing permissions and limitations under the License.
- * 
+ *
  * When distributing the software, include this License Header Notice in each file.
- * 
+ *
  */
 
@@ -20,5 +20,5 @@
 
 /**
- * 
+ *
  */
 public class TableTable {
@@ -71,4 +71,5 @@
     /**
      * Return all the rows (duplicated if repeated)
+     * @return all the rows (duplicated if repeated)
      */
     public List<TableTableRow> getRows() {
@@ -78,7 +79,7 @@
     /**
      * Sets the value of the tablePrintRanges property.
-     * 
+     *
      * @param value allowed object is {@link String }
-     * 
+     *
      */
     public void setTablePrintRanges(final String value) {
Index: applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableCell.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableCell.java	(revision 34152)
+++ applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableCell.java	(revision 34153)
@@ -1,15 +1,15 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- * 
+ *
  * Copyright 2008 jOpenDocument, by ILM Informatique. All rights reserved.
- * 
+ *
  * The contents of this file are subject to the terms of the GNU
- * General Public License Version 3 only ("GPL").  
- * You may not use this file except in compliance with the License. 
+ * General Public License Version 3 only ("GPL").
+ * You may not use this file except in compliance with the License.
  * You can obtain a copy of the License at http://www.gnu.org/licenses/gpl-3.0.html
  * See the License for the specific language governing permissions and limitations under the License.
- * 
+ *
  * When distributing the software, include this License Header Notice in each file.
- * 
+ *
  */
 
@@ -23,5 +23,5 @@
 
     protected int tableNumberColumnsRepeated = 1;
-    
+
     protected String tableStyleName;
 
@@ -51,7 +51,7 @@
     /**
      * Gets the value of the tableStyleName property.
-     * 
+     *
      * @return possible object is {@link String }
-     * 
+     *
      */
     public String getStyleName() {
@@ -61,10 +61,10 @@
     /**
      * Gets the value of the tableNumberColumnsRepeated property.
-     * 
+     * @return the value of the tableNumberColumnsRepeated property.
      */
     public int getTableNumberColumnsRepeated() {
         return this.tableNumberColumnsRepeated;
     }
-    
+
     public TextP getTextP() {
         return this.textP;
@@ -73,7 +73,7 @@
     /**
      * Sets the value of the tableNumberColumnsRepeated property.
-     * 
+     *
      * @param value allowed object is {@link String }
-     * 
+     *
      */
     public void setTableNumberColumnsRepeated(final String value) {
@@ -85,7 +85,7 @@
     /**
      * Sets the value of the tableStyleName property.
-     * 
+     *
      * @param value allowed object is {@link String }
-     * 
+     *
      */
     public void setTableStyleName(final String value) {
