source: josm/trunk/src/org/openstreetmap/josm/actions/relation/package-info.java@ 11186

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

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

File size: 300 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides the classes for JOSM actions that work with {@link org.openstreetmap.josm.data.osm.Relation relations}.
5 * @see org.openstreetmap.josm.actions.relation.AbstractRelationAction
6 */
7package org.openstreetmap.josm.actions.relation;
Note: See TracBrowser for help on using the repository browser.