paulirwin commented on code in PR #1058:
URL: https://github.com/apache/lucenenet/pull/1058#discussion_r1997466324


##########
src/Lucene.Net/Analysis/Tokenizer.cs:
##########
@@ -57,29 +59,16 @@ protected Tokenizer(AttributeFactory factory, TextReader 
input)
         }
 
         /// <summary>
-        /// Releases resources associated with this stream.
-        /// <para/>
-        /// If you override this method, always call 
<c>base.Dispose(disposing)</c>, otherwise
-        /// some internal state will not be correctly reset (e.g., <see 
cref="Tokenizer"/> will
-        /// throw <see cref="InvalidOperationException"/> on reuse).
+        /// <inheritdoc cref="TokenStream.Close()"/>
         /// </summary>
-        /// <remarks>
-        /// <b>NOTE:</b>

Review Comment:
   I had removed this because it seemed duplicated from the inherited 
TokenStream docs, but it is subtly different, so I'm adding it back even though 
it is a little repetitive.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to