Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/71#discussion_r183312735 --- Diff: client/cli/src/main/java/org/apache/syncope/client/cli/commands/migrate/MigrateConf.java --- @@ -731,18 +752,18 @@ private static void exec(final String src, final String dst) throws XMLStreamExc String syncActionClassName = getAttributeValue(reader, "element"); switch (syncActionClassName) { case "org.apache.syncope.core.sync.impl.LDAPMembershipSyncActions": - syncActionClassName = - "org.apache.syncope.core.provisioning.java.pushpull.LDAPMembershipPullActions"; + syncActionClassName --- End diff -- Please revert such formatting changes (and similar9
---