Skip to content

Commit 2e55bf6

Browse files
author
Ihar Yakimush
committed
change visibility
1 parent a6ea99a commit 2e55bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SolrNet.Linq/TypeSystem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
namespace SolrNet.Linq
55
{
6-
public static class TypeSystem
6+
internal static class TypeSystem
77
{
8-
public static Type GetElementType(Type seqType)
8+
internal static Type GetElementType(Type seqType)
99
{
1010
Type ienum = FindEnumerable(seqType);
1111
if (ienum == null)

0 commit comments

Comments
 (0)