Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/types/WmsCacheType.java

    r6069 r6830  
    55// Generated on: 2011.01.09 at 07:33:18 PM CET
    66//
    7 
    8 
    97package org.openstreetmap.josm.data.imagery.types;
    108
    119import java.util.ArrayList;
    1210import java.util.List;
     11
    1312import javax.xml.bind.annotation.XmlAccessType;
    1413import javax.xml.bind.annotation.XmlAccessorType;
     
    1615import javax.xml.bind.annotation.XmlRootElement;
    1716import javax.xml.bind.annotation.XmlType;
    18 
    1917
    2018/**
     
    2422 *
    2523 * <pre>
    26  * &lt;complexType>
    27  *   &lt;complexContent>
    28  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    29  *       &lt;sequence>
    30  *         &lt;element name="projection" type="{http://josm.openstreetmap.de/wms-cache}projection" maxOccurs="unbounded" minOccurs="0"/>
    31  *       &lt;/sequence>
    32  *       &lt;attribute name="tileSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
    33  *       &lt;attribute name="totalFileSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
    34  *     &lt;/restriction>
    35  *   &lt;/complexContent>
    36  * &lt;/complexType>
     24 * &lt;complexType&gt;
     25 *   &lt;complexContent&gt;
     26 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
     27 *       &lt;sequence&gt;
     28 *         &lt;element name="projection" type="{http://josm.openstreetmap.de/wms-cache}projection" maxOccurs="unbounded" minOccurs="0"/&gt;
     29 *       &lt;/sequence&gt;
     30 *       &lt;attribute name="tileSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /&gt;
     31 *       &lt;attribute name="totalFileSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /&gt;
     32 *     &lt;/restriction&gt;
     33 *   &lt;/complexContent&gt;
     34 * &lt;/complexType&gt;
    3735 * </pre>
    38  *
    3936 *
    4037 */
Note: See TracChangeset for help on using the changeset viewer.