Skip to content

Commit 4129d3c

Browse files
committed
Typo
1 parent 6bf51f3 commit 4129d3c

File tree

1 file changed

+1
-1
lines changed
  • plugins/codemodder-plugin-maven/src/main/java/io/codemodder/plugins/maven/operator

1 file changed

+1
-1
lines changed

plugins/codemodder-plugin-maven/src/main/java/io/codemodder/plugins/maven/operator/FormatCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ private StartElement getLastStartElement(List<XMLEvent> prevEvents) {
416416
* <p>this is important so we can mix and match offsets and apply formatting accordingly
417417
*
418418
* @param xmlDocumentString Rendered POM Document Contents (string-formatted)
419-
* @return map of (index, matchData object) reve/rse ordered
419+
* @return map of (index, matchData object) reverse ordered
420420
*/
421421
private LinkedHashMap<Integer, MatchData> findSingleElementMatchesFrom(String xmlDocumentString) {
422422
Sequence<MatchResult> allFoundMatchesSequence =

0 commit comments

Comments
 (0)