- Timestamp:
- 2016-08-06T18:25:04+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 24 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/package-info.java
r10125 r10747 3 3 /** 4 4 * Provides the classes for JOSM user actions. 5 * All of them inherit from {@ codeJosmAction}.5 * All of them inherit from {@link org.openstreetmap.josm.actions.JosmAction JosmAction}. 6 6 */ 7 7 package org.openstreetmap.josm.actions; -
trunk/src/org/openstreetmap/josm/data/notes/package-info.java
r10134 r10747 2 2 3 3 /** 4 * Provides the classes for OSM notes. See <a href="https://wiki.openstreetmap.org/wiki/Notes">Notes</a>. 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>. 5 6 */ 6 7 package org.openstreetmap.josm.data.notes;
Note:
See TracChangeset
for help on using the changeset viewer.