Changeset 10747 in josm for trunk/src


Ignore:
Timestamp:
2016-08-06T18:25:04+02:00 (8 years ago)
Author:
Don-vip
Message:

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

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  
    33/**
    44 * Provides the classes for JOSM user actions.
    5  * All of them inherit from {@code JosmAction}.
     5 * All of them inherit from {@link org.openstreetmap.josm.actions.JosmAction JosmAction}.
    66 */
    77package org.openstreetmap.josm.actions;
  • trunk/src/org/openstreetmap/josm/data/notes/package-info.java

    r10134 r10747  
    22
    33/**
    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>.
    56 */
    67package org.openstreetmap.josm.data.notes;
Note: See TracChangeset for help on using the changeset viewer.