Added TODO about NoSuchFileException
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/e86433d0 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/e86433d0 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/e86433d0 Branch: refs/heads/api-work Commit: e86433d0cb5c9273219d0c0603a44373f3129d06 Parents: 7def889 Author: Shad Storhaug <[email protected]> Authored: Sun Mar 26 14:35:53 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sun Mar 26 15:22:24 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Core/Index/NoSuchFileException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e86433d0/src/Lucene.Net.Core/Index/NoSuchFileException.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Core/Index/NoSuchFileException.cs b/src/Lucene.Net.Core/Index/NoSuchFileException.cs index ec665a1..3c04ea0 100644 --- a/src/Lucene.Net.Core/Index/NoSuchFileException.cs +++ b/src/Lucene.Net.Core/Index/NoSuchFileException.cs @@ -26,7 +26,7 @@ namespace Lucene.Net.Index #if FEATURE_SERIALIZABLE [Serializable] #endif - internal class NoSuchFileException : Exception + internal class NoSuchFileException : Exception // LUCENENET TODO: API Remove this exception (no equivalent in .NET, since we are already using FileNotFoundException in all of the same places). { } } \ No newline at end of file
