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 43c464d commit dcd3f16Copy full SHA for dcd3f16
1 file changed
aeron-test-support/src/main/java/io/aeron/test/Tests.java
@@ -87,7 +87,7 @@ public static void setField(final Object instance, final String fieldName, final
87
88
/**
89
* Error handler that can be used as an implementation of {@link org.agrona.ErrorHandler} which will print out
90
- * a stacktrace unless the exception is to type {@link AeronException.Category#WARN}.
+ * a stacktrace unless the exception is to type {@link io.aeron.exceptions.AeronException.Category#WARN}.
91
*
92
* @param ex to be handled.
93
*/
0 commit comments