Skip to content

Commit 260cfc4

Browse files
committed
some refactoring
1 parent 44a7da5 commit 260cfc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Orm/Xtensive.Orm/Orm/Rse/Compilation/CompositePreCompiler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ namespace Xtensive.Orm.Rse.Compilation
1212
{
1313
public sealed class CompositePreCompiler : IPreCompiler
1414
{
15-
public IReadOnlyList<IPreCompiler> items { get; }
16-
public IReadOnlyList<string> tags { get; }
15+
private readonly IPreCompiler[] items;
16+
private readonly IReadOnlyList<string> tags;
1717

1818
public CompilableProvider Process(CompilableProvider rootProvider)
1919
{

0 commit comments

Comments
 (0)