Skip to content

Commit 1faeaf7

Browse files
Ihar YakimushIhar Yakimush
authored andcommitted
adjust namespaces
1 parent 4c0794a commit 1faeaf7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

SolrNet.Linq/Expressions/SelectMethod.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Linq;
43
using System.Linq.Expressions;
5-
using System.Reflection;
6-
using SolrNet.Commands.Parameters;
74
using SolrNet.Linq.Expressions.Context;
85
using SolrNet.Linq.Impl;
96

10-
namespace SolrNet.Linq.Expressions.NodeTypeHelpers
7+
namespace SolrNet.Linq.Expressions
118
{
129
public static class SelectMethod
1310
{

0 commit comments

Comments
 (0)