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/07/20 21:49:29 UTC

[8/8] lucenenet git commit: Lucene.Net.Util.Automaton.BasicOperations: Removed unneeded TODO

Lucene.Net.Util.Automaton.BasicOperations: Removed unneeded TODO


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

Branch: refs/heads/master
Commit: e67244aa245f0dbc3b4f03f74f5462ae28758911
Parents: 81a4565
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Fri Jul 21 04:49:01 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Fri Jul 21 04:49:01 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net/Util/Automaton/BasicOperations.cs | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e67244aa/src/Lucene.Net/Util/Automaton/BasicOperations.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net/Util/Automaton/BasicOperations.cs b/src/Lucene.Net/Util/Automaton/BasicOperations.cs
index 62927dc..bc4b488 100644
--- a/src/Lucene.Net/Util/Automaton/BasicOperations.cs
+++ b/src/Lucene.Net/Util/Automaton/BasicOperations.cs
@@ -818,8 +818,6 @@ namespace Lucene.Net.Util.Automaton
             // like SortedMap<Integer,Integer>
             SortedInt32Set statesSet = new SortedInt32Set(5);
 
-            // LUCENENET TODO: THIS IS INFINITE LOOPING
-
             // LUCENENET NOTE: The problem here is almost certainly 
             // due to the conversion to FrozenIntSet along with its
             // differing equality checking.