Changeset 8831 in josm


Ignore:
Timestamp:
2015-10-06T19:30:07+02:00 (9 years ago)
Author:
simon04
Message:

see #11934 - Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/upload/UploadNotesTask.java

    r8827 r8831  
    8383            try {
    8484                if (updatedNotes.containsKey(note)) {
    85                     // if note has been created earlier in this task, obtain its real id and not use the paceholder id
     85                    // if note has been created earlier in this task, obtain its real id and not use the placeholder id
    8686                    note = updatedNotes.get(note);
    8787                }
Note: See TracChangeset for help on using the changeset viewer.