blob: cc6ad7e75401526df5ee0fe40711ec7ee55d54ba [file] [log] [blame]
package org.eclipse.epf.library.ui.xmi.internal.migration;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.epf.uma.MethodLibrary;
public class Uma106Migrator103 extends Migrator103 {
protected void updateAllContents(IProgressMonitor monitor, MethodLibrary lib)
throws Exception {
super.updateAllContents(monitor, lib);
Uma106Migrator105.handleConverToSynFree(monitor, getCallerInfo(), lib);
}
}