Changeset 9748 in josm for trunk/src/org
- Timestamp:
- 2016-02-07T00:16:52+01:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java
r9743 r9748 169 169 /** 170 170 * 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 174 174 */ 175 175 public TagEditHelper(JTable tagTable, DefaultTableModel propertyData, Map<String, Map<String, Integer>> valueCount) { -
trunk/src/org/openstreetmap/josm/io/NoteImporter.java
r9746 r9748 60 60 * @param progressMonitor handler for progress monitoring and canceling 61 61 * @return note layer 62 * @throws IOException 63 * @throws SAXException 62 * @throws IOException if any I/O error occurs 63 * @throws SAXException if any SAX error occurs 64 64 * @since 9746 65 65 */
Note:
See TracChangeset
for help on using the changeset viewer.