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

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

refactor classes from corrector package, add javadoc

  • Property svn:eol-style set to native
File size: 192 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides the classes for JOSM user actions.
5 * All of them inherit from {@code JosmAction}.
6 */
7package org.openstreetmap.josm.actions;
Note: See TracBrowser for help on using the repository browser.