Index: applications/editors/josm/plugins/cadastre-fr/build.xml
===================================================================
--- applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 35185)
+++ applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 35186)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Changed constructor for Plugin"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14347"/>
+    <property name="plugin.main.version" value="15419"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileTHF.java
===================================================================
--- applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileTHF.java	(revision 35185)
+++ applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileTHF.java	(revision 35186)
@@ -495,5 +495,5 @@
         }
         ds.getWays().forEach(w -> {
-            SequenceCommand command = SimplifyWayAction.simplifyWay(w, 0.25);
+            SequenceCommand command = SimplifyWayAction.createSimplifyCommand(w, 0.25);
             if (command != null) {
                 command.executeCommand();
