Replace "the the" occurences with "the" (wrong repetition)

Change-Id: I01cbebd79e1d3470a4f00e55a228d57ac156b676
This commit is contained in:
Maxime Guerreiro
2018-04-19 07:10:25 +00:00
committed by David Pursehouse
parent c7bdc5b485
commit db9c8ad778
4 changed files with 5 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ public class IncludedInResolver {
* <li>after = commits with time >= target.getCommitTime()
* </ul>
*
* Each of the before/after lists is sorted by the the commit time.
* Each of the before/after lists is sorted by the commit time.
*
* @param before
* @param after