source: josm/trunk/src/org/openstreetmap/josm/data/notes/package-info.java@ 12973

Last change on this file since 12973 was 10747, checked in by Don-vip, 8 years ago

sonar - squid:S1228 - Packages should have a javadoc file 'package-info.java'

  • Property svn:eol-style set to native
File size: 268 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides the classes for OSM {@link org.openstreetmap.josm.data.notes.Note notes}.
5 * See <a href="https://wiki.openstreetmap.org/wiki/Notes">Notes on OSM wiki</a>.
6 */
7package org.openstreetmap.josm.data.notes;
Note: See TracBrowser for help on using the repository browser.