This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit aee8690c7c49c4f2a580fe2883a92656aa389641
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Oct 22 11:37:53 2019 +0700

    Lucene.Net.Util.AttributeSource: Added TODO
---
 src/Lucene.Net/Util/AttributeSource.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Lucene.Net/Util/AttributeSource.cs 
b/src/Lucene.Net/Util/AttributeSource.cs
index f3b8b66..7b46b88 100644
--- a/src/Lucene.Net/Util/AttributeSource.cs
+++ b/src/Lucene.Net/Util/AttributeSource.cs
@@ -40,7 +40,7 @@ namespace Lucene.Net.Util
         /// <summary>
         /// An <see cref="AttributeFactory"/> creates instances of <see 
cref="Attribute"/>s.
         /// </summary>
-        public abstract class AttributeFactory
+        public abstract class AttributeFactory // LUCENENET TODO: API - de-nest
         {
             /// <summary>
             /// returns an <see cref="Attribute"/> for the supplied <see 
cref="IAttribute"/> interface.

Reply via email to