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 <[email protected]> Authored: Wed Feb 8 20:47:04 2017 +0700 Committer: Shad Storhaug <[email protected]> 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 @@ using System; +using System.Reflection; namespace Lucene.Net.Analysis.Util {
