Skip to content

Commit 8af6aee

Browse files
committed
Fix duplicated comment
Fix a duplicated comment in CartComm.java
1 parent 42213b1 commit 8af6aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/java/java/CartComm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected CartComm(long[] commRequest)
106106
* <p>The new communicator can't be used before the operation completes.
107107
* The request object must be obtained calling {@link #getRequest}.
108108
* @return copy of this communicator
109-
* @throws MPIException Signals that an MPI exception of some sort has occurred. Signals that an MPI exception of some sort has occurred.
109+
* @throws MPIException Signals that an MPI exception of some sort has occurred.
110110
*/
111111
@Override public CartComm iDup() throws MPIException
112112
{

0 commit comments

Comments
 (0)