Index: applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationToggleDialog.java
===================================================================
--- applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationToggleDialog.java	(revision 27989)
+++ applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationToggleDialog.java	(revision 27997)
@@ -32,5 +32,5 @@
 import static org.openstreetmap.josm.tools.I18n.tr;
 import org.openstreetmap.josm.tools.Shortcut;
-import utilsplugin2.dumbutils.ReplaceGeometryAction;
+import utilsplugin2.dumbutils.ReplaceGeometryUtils;
 
 public class ConflationToggleDialog extends ToggleDialog
@@ -206,7 +206,6 @@
         @Override
         public void actionPerformed(ActionEvent e) {
-            ReplaceGeometryAction rg = new ReplaceGeometryAction();
             ConflationCandidate c = conflationLayer.getSelectedCandidate();
-            if (rg.replace(c.getReferenceObject(), c.getSubjectObject())) {
+            if (ReplaceGeometryUtils.replace(c.getReferenceObject(), c.getSubjectObject())) {
                 candidates.remove(c);
             }
