Changeset 1784 in josm for trunk/src/org/openstreetmap/josm/gui
- Timestamp:
- 2009-07-13T18:54:19+02:00 (15 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/dialogs/relation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java
r1783 r1784 535 535 */ 536 536 private void applyChanges() { 537 System.out.println("applying changes ...");538 537 if (getRelation()== null) { 539 538 // If the user wanted to create a new relation, but hasn't added any members or -
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationDialogManager.java
r1783 r1784 81 81 */ 82 82 public RelationDialogManager(){ 83 System.out.println("RelationDialogManager: creating");84 83 openDialogs = new HashMap<DialogContext, RelationEditor>(); 85 84 }
Note:
See TracChangeset
for help on using the changeset viewer.