diff --git a/ompi/mpi/java/java/Datatype.java b/ompi/mpi/java/java/Datatype.java index bf16fe2d8e..5d9cfbdc56 100644 --- a/ompi/mpi/java/java/Datatype.java +++ b/ompi/mpi/java/java/Datatype.java @@ -344,7 +344,7 @@ public final class Datatype implements Freeable * Identical to {@code createVector} except that the stride is expressed * directly in terms of the buffer index, rather than the units of * the old type. - *
Java binding of the MPI operation {@code MPI_TYPE_HVECTOR}. + *
Java binding of the MPI operation {@code MPI_TYPE_CREATE_HVECTOR}. * @param count number of blocks * @param blockLength number of elements in each * @param stride number of bytes between start of each block @@ -397,7 +397,7 @@ public final class Datatype implements Freeable * Identical to {@code createIndexed} except that the displacements are * expressed directly in terms of the buffer index, rather than the * units of the old type. - *
Java binding of the MPI operation {@code MPI_TYPE_HINDEXED}. + *
Java binding of the MPI operation {@code MPI_TYPE_CREATE_HINDEXED}. * @param blockLengths number of elements per block * @param displacements byte displacement in buffer for each block * @param oldType old datatype