Skip to content

Commit

Permalink
Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute: Minor documen…
Browse files Browse the repository at this point in the history
…tation reformat (to force a build)
  • Loading branch information
NightOwl888 committed Oct 13, 2024
1 parent f5270ab commit 31fbffd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using J2N.Text;
using J2N.Text;
using Lucene.Net.Util;
using System;
using System.Diagnostics.CodeAnalysis;
Expand Down Expand Up @@ -30,7 +30,8 @@ public interface ICharTermAttribute : IAttribute, ICharSequence, IAppendable
{
/// <summary>
/// Copies the contents of buffer, starting at offset for
/// length characters, into the termBuffer array. </summary>
/// length characters, into the termBuffer array.
/// </summary>
/// <param name="buffer"> the buffer to copy </param>
/// <param name="offset"> the index in the buffer of the first character to copy </param>
/// <param name="length"> the number of characters to copy </param>
Expand Down Expand Up @@ -285,4 +286,4 @@ public interface ICharTermAttribute : IAttribute, ICharSequence, IAppendable
/// <param name="value">The sequence of characters to append.</param>
ICharTermAttribute Append(ICharTermAttribute value);
}
}
}

0 comments on commit 31fbffd

Please sign in to comment.