mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
VirtualDirectoryImpl: remove easy garbage
This commit is contained in:
+3
-1
@@ -117,7 +117,9 @@ public class VirtualDirectoryImpl extends VirtualFileSystemEntry {
|
||||
// in this case we should remove it from there
|
||||
removeFromArray(indexInReal);
|
||||
}
|
||||
assertConsistency(ignoreCase, name);
|
||||
if (CHECK) {
|
||||
assertConsistency(ignoreCase, name);
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable // null if there can't be a child with this name, NULL_VIRTUAL_FILE
|
||||
|
||||
Reference in New Issue
Block a user