diff --git a/ompi/mpi/java/java/Comm.java b/ompi/mpi/java/java/Comm.java index ea08bb0924..b72b9879ea 100644 --- a/ompi/mpi/java/java/Comm.java +++ b/ompi/mpi/java/java/Comm.java @@ -653,7 +653,7 @@ public class Comm implements Freeable, Cloneable /** * Start a buffered mode, nonblocking send. - *
Java binding of the MPI operation MPI_IBSEND. + *
Java binding of the MPI operation {@code MPI_IBSEND}. * @param buf send buffer * @param count number of items to send * @param type datatype of each item in send buffer