kopia lustrzana https://github.com/JOSM/MapWithAI
FIXUP: Don't allow individual undo of address/building merges (#79)
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
8e46ca2a65
commit
a7c0a67999
|
@ -102,7 +102,7 @@ public class MergeAddressBuildings extends AbstractConflationCommand {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean allowUndo() {
|
public boolean allowUndo() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -127,7 +127,7 @@ public class MergeBuildingAddress extends AbstractConflationCommand {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean allowUndo() {
|
public boolean allowUndo() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Ładowanie…
Reference in New Issue