Modify ↓
Opened 11 years ago
Closed 11 years ago
#9744 closed enhancement (fixed)
Change OsmApi#sendRequest() to protected
Reported by: | iandees | Owned by: | Don-vip |
---|---|---|---|
Priority: | minor | Milestone: | 14.02 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
The josm-notes plugin currently duplicates most of OsmApi so that it can get access to the sendRequest() method. I'd like to propose that sendRequest() be made protected so that we can extend OsmApi, add notes features to our "NotesCapableOsmApi" class and use the sendRequest() method in our extended class.
See this ticket on GitHub for some back story.
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Milestone: | → 14.02 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 6875/josm: