Skip to content

Commit ac93770

Browse files
authored
Merge pull request #5877 from kawashima-fj/pr/v3.0.x/javadoc-tag
v3.0.x: java: Fix javadoc build failure with OpenJDK 11
2 parents da8c2d8 + a1e7da4 commit ac93770

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
@@ -652,7 +652,7 @@ private native long iSend(
652652

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

0 commit comments

Comments
 (0)