Skip to content

Commit dcd3f16

Browse files
committed
[Java] Fix javadoc ref of nested class with full qualification.
1 parent 43c464d commit dcd3f16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aeron-test-support/src/main/java/io/aeron/test

aeron-test-support/src/main/java/io/aeron/test/Tests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static void setField(final Object instance, final String fieldName, final
8787

8888
/**
8989
* 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}.
90+
* a stacktrace unless the exception is to type {@link io.aeron.exceptions.AeronException.Category#WARN}.
9191
*
9292
* @param ex to be handled.
9393
*/

0 commit comments

Comments
 (0)