Changeset 25686 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2011-03-24T13:34:05+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java
r23191 r25686 83 83 @Override 84 84 public void execute() throws IOException { 85 if (comment.length() > 0) { 85 // add empty comment anyway, it is required to store submitter's name 86 // if (comment.length() > 0) { 86 87 comment = addMesgInfo(comment); 87 88 commentAction.execute(node, comment); 88 } 89 // } 89 90 closeAction.execute(node); 90 91 }
Note:
See TracChangeset
for help on using the changeset viewer.