Skip to content

Commit 7e27f23

Browse files
committed
#40: Fixed JavaDoc warning about wrong order of @serial and main Javadoc name.
1 parent ffe7721 commit 7e27f23

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/java/com/exasol/ExaConnectionAccessException.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
*/
77
public class ExaConnectionAccessException extends Exception {
88
private static final long serialVersionUID = 1L;
9-
/** @serial Message without connection exception prefix. */
9+
/**
10+
* Message without connection exception prefix.
11+
* @serial
12+
* */
1013
private final String message;
1114

1215
/**

0 commit comments

Comments
 (0)