Skip to content

Commit a0f5bde

Browse files
committed
docs(mvn): fix stale run_other references after cutover
1 parent 1c3fd86 commit a0f5bde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cmds/java/mvn_cmd.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ fn run_tests_like(
312312
}
313313

314314
/// Shared implementation for compile-phase-like goals: runs `<binary> <goal> <args>`
315-
/// through `filter_mvn_compile`. Used by `run_other` to route `compile`,
315+
/// through `filter_mvn_compile`. Used by `dispatch` to route `compile`,
316316
/// `process-classes`, and `test-compile` through the same filter while
317317
/// preserving the original goal name in the invocation and in the tracking
318318
/// label.
@@ -2940,7 +2940,7 @@ mod tests {
29402940
insta::assert_snapshot!(output);
29412941
}
29422942

2943-
// --- run_other routing ---
2943+
// --- goal routing (dispatch / route_goal) ---
29442944

29452945
#[test]
29462946
fn test_route_goal() {

0 commit comments

Comments
 (0)