Ignore:
Timestamp:
2013-04-20T22:41:13+02:00 (11 years ago)
Author:
stoecker
Message:

fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java

    r5266 r5891  
    4747     * for row selection and column selection.
    4848     *
    49      * To create a {@link JTable} with this model:
     49     * To create a {@link javax.swing.JTable} with this model:
    5050     * <pre>
    5151     *    TagEditorModel model = new TagEditorModel();
     
    359359
    360360    /**
    361      * initializes the model with the tags of an OSM primitive
    362      *
    363      * @param primitive the OSM primitive
     361     * Initializes the model with the tags of an OSM primitive
     362     *
     363     * @param tags the tags of an OSM primitive
    364364     */
    365365    public void initFromTags(Map<String,String> tags) {
Note: See TracChangeset for help on using the changeset viewer.