mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -51,9 +51,7 @@ public class PsiMigrationManager {
|
||||
*/
|
||||
@NotNull
|
||||
public PsiMigration startMigration() {
|
||||
if (myCurrentMigration != null) {
|
||||
LOG.assertTrue(myCurrentMigration == null);
|
||||
}
|
||||
LOG.assertTrue(myCurrentMigration == null);
|
||||
myCurrentMigration = new PsiMigrationImpl(this, JavaPsiFacade.getInstance(myProject),
|
||||
(PsiManagerImpl)PsiManager.getInstance(myProject));
|
||||
return myCurrentMigration;
|
||||
|
||||
Reference in New Issue
Block a user