Commit 9f01b6a
committed
Remove deprecated File-based loadFile() method from Verifier
The loadFile(File, boolean) method is no longer needed as all callers
have been migrated to use the Path-based loadFile(Path, boolean) method
or the String-based convenience method.
This further reduces the File API surface in the integration test
infrastructure, completing the migration to NIO2 Path API.1 parent 4fe5ab2 commit 9f01b6a
File tree
1 file changed
+0
-4
lines changed- its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it
1 file changed
+0
-4
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | 575 | | |
580 | 576 | | |
581 | 577 | | |
| |||
0 commit comments