Skip to content

Commit

Permalink
Attempt #2 at triggering build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Nov 25, 2024
1 parent 71f9240 commit 9baa3b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public interface ICharTermAttribute : IAttribute, ICharSequence, IAppendable
/// -or-
/// <para/>
/// <paramref name="startIndex"/> + <paramref name="count"/> is greater than the length of <paramref name="value"/>.
/// </exception>
/// </exception>
new ICharTermAttribute Append(ICharSequence value, int startIndex, int count); // LUCENENET: changed to startIndex/length to match .NET

/// <summary>
Expand Down

0 comments on commit 9baa3b8

Please sign in to comment.