We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85095c0 commit 6b14ffdCopy full SHA for 6b14ffd
metamorph-api/src/main/java/org/metafacture/metamorph/api/MorphExecutionException.java
@@ -40,7 +40,7 @@ public MorphExecutionException(final String message) {
40
* cause.
41
*
42
* @param message the message
43
- * @param cause the @{link Throwable}
+ * @param cause the {@link Throwable}
44
*/
45
public MorphExecutionException(final String message, final Throwable cause) {
46
super(message, cause);
0 commit comments