diff --git a/platform/projectModel-impl/src/com/intellij/openapi/roots/impl/DirectoryInfo.java b/platform/projectModel-impl/src/com/intellij/openapi/roots/impl/DirectoryInfo.java index 550e99d82033..6e49ebead473 100644 --- a/platform/projectModel-impl/src/com/intellij/openapi/roots/impl/DirectoryInfo.java +++ b/platform/projectModel-impl/src/com/intellij/openapi/roots/impl/DirectoryInfo.java @@ -261,6 +261,7 @@ public class DirectoryInfo { } }; + @Nullable public VirtualFile getSourceRoot() { return sourceRoot; } @@ -273,6 +274,7 @@ public class DirectoryInfo { return getLibraryClassRoot() != null; } + @Nullable public VirtualFile getContentRoot() { return contentRoot; }