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

fix javadoc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ChildCreator.java

    r30568 r34152  
    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
     
    2525/**
    2626 * A helper to create children in the schema order.
    27  * 
     27 *
    2828 * @author Sylvain CUAZ
    2929 */
     
    6565    /**
    6666     * Trouve l'index ou il faut insérer le fils dans ce document.
    67      * 
     67     *
    6868     * @param childName le nom du fils que l'on veut insérer.
    6969     * @return l'index ou il faut l'insérer (s'il est déjà présent son index actuel +1).
    70      * @throws IllegalArgumentException if childName is not in {@link #getChildren()}.
    7170     */
    7271    @SuppressWarnings("unchecked")
     
    9493    /**
    9594     * Insère cet élément à la bonne place. The child should not be already present.
    96      * 
     95     *
    9796     * @param child l'élément à insérer, doit être dans TOP_ELEMENTS.
    9897     */
     
    105104    /**
    106105     * Return the asked child, optionally creating it.
    107      * 
     106     *
    108107     * @param childNS the namespace of the child.
    109108     * @param childName the name of the child.
Note: See TracChangeset for help on using the changeset viewer.