mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
ManagingContentRootsTest: remove useless casting to project model implementation
GitOrigin-RevId: cfb69cd5c3f5e8af7b2d3af8473214fd7489c3e1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6b761e5ef9
commit
123db48398
@@ -92,7 +92,7 @@ public class ManagingContentRootsTest extends JavaProjectTestCase {
|
||||
ModifiableRootModel m = getRootManager().getModifiableModel();
|
||||
ContentEntry e = findContentEntry(dir.getUrl(), m);
|
||||
|
||||
assertSame(m, ((ContentEntryImpl)e).getRootModel());
|
||||
assertSame(m, e.getRootModel());
|
||||
m.dispose();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user