source: josm/trunk/src/org/openstreetmap/josm/data/coor/conversion/package-info.java@ 17787

Last change on this file since 17787 was 13849, checked in by Don-vip, 6 years ago

SonarQube - fix minor code issues

  • Property svn:eol-style set to native
File size: 228 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides the classes for geographic {@link org.openstreetmap.josm.data.coor.Coordinate coordinates}
5 * conversion.
6 */
7package org.openstreetmap.josm.data.coor.conversion;
Note: See TracBrowser for help on using the repository browser.