From 9138d0f6d4ac25803de218eb91f9b4b7b58ccebf Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 12 Mar 2012 16:21:35 +0400 Subject: [PATCH] Comment added --- .../frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java b/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java index 078a74cbcf9..8709130e857 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/ModuleConfiguration.java @@ -60,5 +60,6 @@ public interface ModuleConfiguration { @Nullable NamespaceDescriptor getTopLevelNamespace(@NotNull String shortName); + /** Add all the top-level namespaces from the dependencies of this module into the given collection */ void addAllTopLevelNamespacesTo(@NotNull Collection topLevelNamespaces); }