Skip to content

Commit b0e6d1f

Browse files
authored
Merge pull request #5870 from kawashima-fj/pr/javadoc-tag
java: Fix javadoc build failure with OpenJDK 11
2 parents 0bce306 + b491b45 commit b0e6d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/java/java/Comm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ private native long iSend(
653653

654654
/**
655655
* Start a buffered mode, nonblocking send.
656-
* <p>Java binding of the MPI operation <tt>MPI_IBSEND</tt>.
656+
* <p>Java binding of the MPI operation {@code MPI_IBSEND}.
657657
* @param buf send buffer
658658
* @param count number of items to send
659659
* @param type datatype of each item in send buffer

0 commit comments

Comments
 (0)