Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Dec 3, 2024
1 parent 8c8e21b commit 5365bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public interface ICharTermAttribute : IAttribute, ICharSequence, IAppendable
/// </summary>
/// <remarks>
/// LUCENENET: To mimic StringBuilder, we allow this to be settable.
/// This replaces the chainable SetLength method in the Java version.
/// The setter may be used as an alternative to
/// <see cref="CharTermAttributeExtensions.SetLength{T}(T, int)"/> if
/// chaining is not required.
/// </remarks>
/// <seealso cref="CharTermAttributeExtensions.SetLength{T}(T, int)"/>
new int Length { get; set; }
Expand Down

0 comments on commit 5365bd8

Please sign in to comment.