Skip to content

Commit

Permalink
Lucene.Net.Util.LifecycleScope: Marked internal - this is part of ran…
Browse files Browse the repository at this point in the history
…domizedtesting and is not exposed publicly by Lucene.
  • Loading branch information
NightOwl888 committed Jan 12, 2025
1 parent 44bd89f commit 82e02ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Lucene.Net.Util
/// <summary>
/// Lifecycle stages for tracking resources.
/// </summary>
public enum LifecycleScope // From randomizedtesing
internal enum LifecycleScope // From randomizedtesing
{
/// <summary>
/// A single test case.
Expand Down

0 comments on commit 82e02ea

Please sign in to comment.