From 57b95fff2e5ac3170233af9395db3c7cb5ac390e Mon Sep 17 00:00:00 2001 From: Nathaniel Graham Date: Thu, 30 Jul 2015 15:17:55 -0600 Subject: [PATCH] Commenting fixes for Datatype.java Some of the @code tags were incorrect. Signed-off-by: Nathaniel Graham --- ompi/mpi/java/java/Datatype.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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