Ignore:
Timestamp:
15.06.2008 12:28:42 (4 years ago)
Author:
ramack
Message:

patch by bruce89, closes #812; thanks bruce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/Coordinate.java

    r627 r655  
    55 
    66/** 
    7  * Base class of points of both coordinate system. 
     7 * Base class of points of both coordinate systems. 
    88 *  
    99 * The variables are default package protected to allow routines in the data package 
     
    3030         * The x/y values are left uninitialized. 
    3131         *  
    32          * @param lat Latitude of the point. 
    33          * @param lon Longitude of the point. 
     32         * @param x X coordinate of the point. 
     33         * @param y Y coordinate of the point. 
    3434         */ 
    3535        Coordinate(double x, double y) { 
Note: See TracChangeset for help on using the changeset viewer.