Skip to content

Commit

Permalink
Spotless on JavaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
uuqjz committed Jul 18, 2023
1 parent 5113aa3 commit 5372ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/de/jplag/merging/MatchMerging.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public MatchMerging(JPlagResult result, JPlagOptions options) {
}

/**
* Runs the internal match merging pipeline.
* It computes neighboring matches, merges them based on {@link MergingParameters} and removes the merge buffer afterwards.
* Runs the internal match merging pipeline. It computes neighboring matches, merges them based on
* {@link MergingParameters} and removes the merge buffer afterwards.
* @return JPlagResult containing the merged matches
*/
public JPlagResult run() {
Expand Down

0 comments on commit 5372ec4

Please sign in to comment.