This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new 62f48e5 Javadoc: Close HTML tags. 62f48e5 is described below commit 62f48e5fd4261300492234648c94505acaca6ae0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 24 11:16:49 2021 -0400 Javadoc: Close HTML tags. --- src/main/java/org/apache/commons/text/diff/EditCommand.java | 2 +- src/main/java/org/apache/commons/text/diff/ReplacementsHandler.java | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/diff/EditCommand.java b/src/main/java/org/apache/commons/text/diff/EditCommand.java index 94d83e3..84cb1cf 100644 --- a/src/main/java/org/apache/commons/text/diff/EditCommand.java +++ b/src/main/java/org/apache/commons/text/diff/EditCommand.java @@ -76,7 +76,7 @@ public abstract class EditCommand<T> { } /** - * Accept a visitor. + * Accepts a visitor. * <p> * This method is invoked for each commands belonging to * an {@link EditScript EditScript}, in order to implement the visitor design pattern diff --git a/src/main/java/org/apache/commons/text/diff/ReplacementsHandler.java b/src/main/java/org/apache/commons/text/diff/ReplacementsHandler.java index a00978c..afc8523 100644 --- a/src/main/java/org/apache/commons/text/diff/ReplacementsHandler.java +++ b/src/main/java/org/apache/commons/text/diff/ReplacementsHandler.java @@ -36,9 +36,11 @@ public interface ReplacementsHandler<T> { * sequences are synchronized, the objects before the two sub-sequences are * equals (if they exist). This property also holds for the objects after * the two sub-sequences. + * </p> * <p> * The replacement is defined as replacing the {@code from} * sub-sequence into the {@code to} sub-sequence. + * </p> * * @param skipped number of tokens skipped since the last call (i.e. number of * tokens that were in both sequences), this number should be strictly positive