Ignore:
Timestamp:
2018-04-08T15:24:48+02:00 (7 years ago)
Author:
donvip
Message:

fix javadoc warnings

Location:
applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTable.java

    r30568 r34153  
    11/*
    22 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    3  * 
     3 *
    44 * Copyright 2008 jOpenDocument, by ILM Informatique. All rights reserved.
    5  * 
     5 *
    66 * The contents of this file are subject to the terms of the GNU
    7  * General Public License Version 3 only ("GPL"). 
    8  * You may not use this file except in compliance with the License. 
     7 * General Public License Version 3 only ("GPL").
     8 * You may not use this file except in compliance with the License.
    99 * You can obtain a copy of the License at http://www.gnu.org/licenses/gpl-3.0.html
    1010 * See the License for the specific language governing permissions and limitations under the License.
    11  * 
     11 *
    1212 * When distributing the software, include this License Header Notice in each file.
    13  * 
     13 *
    1414 */
    1515
     
    2020
    2121/**
    22  * 
     22 *
    2323 */
    2424public class TableTable {
     
    7171    /**
    7272     * Return all the rows (duplicated if repeated)
     73     * @return all the rows (duplicated if repeated)
    7374     */
    7475    public List<TableTableRow> getRows() {
     
    7879    /**
    7980     * Sets the value of the tablePrintRanges property.
    80      * 
     81     *
    8182     * @param value allowed object is {@link String }
    82      * 
     83     *
    8384     */
    8485    public void setTablePrintRanges(final String value) {
  • applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableCell.java

    r29298 r34153  
    11/*
    22 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    3  * 
     3 *
    44 * Copyright 2008 jOpenDocument, by ILM Informatique. All rights reserved.
    5  * 
     5 *
    66 * The contents of this file are subject to the terms of the GNU
    7  * General Public License Version 3 only ("GPL"). 
    8  * You may not use this file except in compliance with the License. 
     7 * General Public License Version 3 only ("GPL").
     8 * You may not use this file except in compliance with the License.
    99 * You can obtain a copy of the License at http://www.gnu.org/licenses/gpl-3.0.html
    1010 * See the License for the specific language governing permissions and limitations under the License.
    11  * 
     11 *
    1212 * When distributing the software, include this License Header Notice in each file.
    13  * 
     13 *
    1414 */
    1515
     
    2323
    2424    protected int tableNumberColumnsRepeated = 1;
    25    
     25
    2626    protected String tableStyleName;
    2727
     
    5151    /**
    5252     * Gets the value of the tableStyleName property.
    53      * 
     53     *
    5454     * @return possible object is {@link String }
    55      * 
     55     *
    5656     */
    5757    public String getStyleName() {
     
    6161    /**
    6262     * Gets the value of the tableNumberColumnsRepeated property.
    63      *
     63     * @return the value of the tableNumberColumnsRepeated property.
    6464     */
    6565    public int getTableNumberColumnsRepeated() {
    6666        return this.tableNumberColumnsRepeated;
    6767    }
    68    
     68
    6969    public TextP getTextP() {
    7070        return this.textP;
     
    7373    /**
    7474     * Sets the value of the tableNumberColumnsRepeated property.
    75      * 
     75     *
    7676     * @param value allowed object is {@link String }
    77      * 
     77     *
    7878     */
    7979    public void setTableNumberColumnsRepeated(final String value) {
     
    8585    /**
    8686     * Sets the value of the tableStyleName property.
    87      * 
     87     *
    8888     * @param value allowed object is {@link String }
    89      * 
     89     *
    9090     */
    9191    public void setTableStyleName(final String value) {
Note: See TracChangeset for help on using the changeset viewer.