Ignore:
Timestamp:
2016-02-07T00:16:52+01:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java

    r9743 r9748  
    169169    /**
    170170     * Constructs a new {@code TagEditHelper}.
    171      * @param tagTable
    172      * @param propertyData
    173      * @param valueCount
     171     * @param tagTable tag table
     172     * @param propertyData table model
     173     * @param valueCount tag value count
    174174     */
    175175    public TagEditHelper(JTable tagTable, DefaultTableModel propertyData, Map<String, Map<String, Integer>> valueCount) {
Note: See TracChangeset for help on using the changeset viewer.