Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 2b8225a

Browse files
committed
[Core] Made Graph.TopLevelModules private. You can just iterate on the Graph instead
1 parent 764c96c commit 2b8225a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bam.Core/Graph.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ public void
175175
}
176176
}
177177

178-
public System.Collections.Generic.List<Module> TopLevelModules
178+
private System.Collections.Generic.List<Module> TopLevelModules
179179
{
180180
get;
181-
private set;
181+
set;
182182
}
183183

184184
private System.Collections.Generic.Dictionary<Environment, System.Collections.Generic.List<Module>> Modules

0 commit comments

Comments
 (0)