Skip to content

Commit 6b14ffd

Browse files
committed
Fix javadoc
1 parent 85095c0 commit 6b14ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metamorph-api/src/main/java/org/metafacture/metamorph/api/MorphExecutionException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public MorphExecutionException(final String message) {
4040
* cause.
4141
*
4242
* @param message the message
43-
* @param cause the @{link Throwable}
43+
* @param cause the {@link Throwable}
4444
*/
4545
public MorphExecutionException(final String message, final Throwable cause) {
4646
super(message, cause);

0 commit comments

Comments
 (0)