mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-53406 - IAE: ServiceManager.getService
This commit is contained in:
+1
@@ -114,6 +114,7 @@ public abstract class DummyCachingFileSystem<T extends VirtualFile> extends Dumm
|
||||
throw new UnsupportedOperationException("not implemented");
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public Project getProject(String projectId) {
|
||||
List<Project> list = myProject2Id.getKeysByValue(projectId);
|
||||
return list == null || list.size() > 1 ? null : list.get(0);
|
||||
|
||||
Reference in New Issue
Block a user