Ignore:
Timestamp:
2013-07-17T00:01:07+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

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

    r5170 r6069  
    11//
    2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
    3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
    4 // Any modifications to this file will be lost upon recompilation of the source schema. 
    5 // Generated on: 2011.01.09 at 07:33:18 PM CET 
     2// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
     3// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
     4// Any modifications to this file will be lost upon recompilation of the source schema.
     5// Generated on: 2011.01.09 at 07:33:18 PM CET
    66//
    77
     
    2020/**
    2121 * <p>Java class for anonymous complex type.
    22  * 
     22 *
    2323 * <p>The following schema fragment specifies the expected content contained within this class.
    24  * 
     24 *
    2525 * <pre>
    2626 * &lt;complexType>
     
    3636 * &lt;/complexType>
    3737 * </pre>
    38  * 
    39  * 
     38 *
     39 *
    4040 */
    4141@XmlAccessorType(XmlAccessType.FIELD)
     
    5454    /**
    5555     * Gets the value of the projection property.
    56      * 
     56     *
    5757     * <p>
    5858     * This accessor method returns a reference to the live list,
     
    6060     * returned list will be present inside the JAXB object.
    6161     * This is why there is not a <CODE>set</CODE> method for the projection property.
    62      * 
     62     *
    6363     * <p>
    6464     * For example, to add a new item, do as follows:
     
    6666     *    getProjection().add(newItem);
    6767     * </pre>
    68      * 
    69      * 
     68     *
     69     *
    7070     * <p>
    7171     * Objects of the following type(s) are allowed in the list
    7272     * {@link ProjectionType }
    73      * 
    74      * 
     73     *
     74     *
    7575     */
    7676    public List<ProjectionType> getProjection() {
     
    8383    /**
    8484     * Gets the value of the tileSize property.
    85      * 
     85     *
    8686     */
    8787    public int getTileSize() {
     
    9191    /**
    9292     * Sets the value of the tileSize property.
    93      * 
     93     *
    9494     */
    9595    public void setTileSize(int value) {
     
    9999    /**
    100100     * Gets the value of the totalFileSize property.
    101      * 
     101     *
    102102     */
    103103    public int getTotalFileSize() {
     
    107107    /**
    108108     * Sets the value of the totalFileSize property.
    109      * 
     109     *
    110110     */
    111111    public void setTotalFileSize(int value) {
Note: See TracChangeset for help on using the changeset viewer.