You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/02/08 14:32:27 UTC

[48/53] [abbrv] lucenenet git commit: Re-added System.Reflection namespace to Lucene.Net.Analysis.Util.TypeExtensions

Re-added System.Reflection namespace to Lucene.Net.Analysis.Util.TypeExtensions


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/4a285080
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/4a285080
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/4a285080

Branch: refs/heads/api-work
Commit: 4a2850807e2aefef21184aaf6681d51167301e90
Parents: 45bb813
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Wed Feb 8 20:47:04 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Feb 8 21:08:25 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Analysis.Common/Analysis/Util/TypeExtensions.cs | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/4a285080/src/Lucene.Net.Analysis.Common/Analysis/Util/TypeExtensions.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Analysis.Common/Analysis/Util/TypeExtensions.cs b/src/Lucene.Net.Analysis.Common/Analysis/Util/TypeExtensions.cs
index 2c53dc4..e6f5d2e 100644
--- a/src/Lucene.Net.Analysis.Common/Analysis/Util/TypeExtensions.cs
+++ b/src/Lucene.Net.Analysis.Common/Analysis/Util/TypeExtensions.cs
@@ -1,4 +1,5 @@
 \ufeffusing System;
+using System.Reflection;
 
 namespace Lucene.Net.Analysis.Util
 {