mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
External system: not serializable com.intellij.util.containers.ContainerUtilRt$EmptyList replaced with Collections.emptyList
This commit is contained in:
+2
-1
@@ -9,6 +9,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@@ -39,7 +40,7 @@ public class ModuleData extends AbstractNamedData implements Named, ExternalConf
|
||||
super(owner, name);
|
||||
myModuleTypeId = typeId;
|
||||
myExternalConfigPath = externalConfigPath;
|
||||
myArtifacts = ContainerUtil.emptyList();
|
||||
myArtifacts = Collections.emptyList();
|
||||
setModuleFileDirectoryPath(moduleFileDirectoryPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user