We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf51f3 commit 4129d3cCopy full SHA for 4129d3c
plugins/codemodder-plugin-maven/src/main/java/io/codemodder/plugins/maven/operator/FormatCommand.java
@@ -416,7 +416,7 @@ private StartElement getLastStartElement(List<XMLEvent> prevEvents) {
416
* <p>this is important so we can mix and match offsets and apply formatting accordingly
417
*
418
* @param xmlDocumentString Rendered POM Document Contents (string-formatted)
419
- * @return map of (index, matchData object) reve/rse ordered
+ * @return map of (index, matchData object) reverse ordered
420
*/
421
private LinkedHashMap<Integer, MatchData> findSingleElementMatchesFrom(String xmlDocumentString) {
422
Sequence<MatchResult> allFoundMatchesSequence =
0 commit comments