Ignore:
Timestamp:
2017-04-09T14:24:53+02:00 (7 years ago)
Author:
Don-vip
Message:

see #7427 - PMD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ImageWarp.java

    r11864 r11866  
    1212 *
    1313 * Deforms an image geometrically according to a given transformation formula.
     14 * @since 11858
    1415 */
    1516public class ImageWarp {
     
    1819     * Transformation that translates the pixel coordinates.
    1920     */
    20     public static interface PointTransform {
     21    public interface PointTransform {
    2122        Point2D transform(Point2D pt);
    2223    }
Note: See TracChangeset for help on using the changeset viewer.