We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca1a85 commit a59603cCopy full SHA for a59603c
maven-release-manager/src/main/java/org/apache/maven/shared/release/transform/ModelETL.java
@@ -60,7 +60,7 @@ public interface ModelETL {
60
* and callers no longer need to access the intermediate model
61
* directly.
62
* There is no direct replacement. New code should rely on the
63
- * {@link #extract(File)} -> {@link #transform()} -> {@link #load(File)}
+ * {@link #extract(File)} -> {@link #transform()} -> {@link #load(File)}
64
* processing pipeline instead of accessing the model explicitly.
65
*/
66
@Deprecated
0 commit comments