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

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java

    r6775 r6830  
    231231        return sp;
    232232    }
    233    
     233
    234234    @Override
    235235    public boolean isInfoResizable() {
     
    393393    /**
    394394     * transition function:
    395      *  w(0)=1, w(1)=0, 0<=w(x)<=1
    396      * @param x number: 0<=x<=1
     395     *  w(0)=1, w(1)=0, 0&lt;=w(x)&lt;=1
     396     * @param x number: 0&lt;=x&lt;=1
    397397     * @return the weighted value
    398398     */
Note: See TracChangeset for help on using the changeset viewer.