Skip to content

Commit a59603c

Browse files
authored
Fix ModelETL javadoc (#1463)
Fix ModelETL javadoc which was not html friendly
1 parent 9ca1a85 commit a59603c

File tree

1 file changed

+1
-1
lines changed
  • maven-release-manager/src/main/java/org/apache/maven/shared/release/transform

1 file changed

+1
-1
lines changed

maven-release-manager/src/main/java/org/apache/maven/shared/release/transform/ModelETL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public interface ModelETL {
6060
* and callers no longer need to access the intermediate model
6161
* directly.
6262
* There is no direct replacement. New code should rely on the
63-
* {@link #extract(File)} -> {@link #transform()} -> {@link #load(File)}
63+
* {@link #extract(File)} -> {@link #transform()} -> {@link #load(File)}
6464
* processing pipeline instead of accessing the model explicitly.
6565
*/
6666
@Deprecated

0 commit comments

Comments
 (0)