summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java')
-rw-r--r--java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java b/java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java
index 2a4c8c7..7c9773f 100644
--- a/java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java
+++ b/java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java
@@ -350,7 +350,7 @@ public class HDF5LibraryException extends HDF5Exception {
/**
* Prints this <code>HDF5LibraryException</code>, the HDF-5 Library error
- * stack, and and the Java stack trace to the standard error stream.
+ * stack, and the Java stack trace to the standard error stream.
*/
@Override
public void printStackTrace()
@@ -362,7 +362,7 @@ public class HDF5LibraryException extends HDF5Exception {
/**
* Prints this <code>HDF5LibraryException</code> the HDF-5 Library error
- * stack, and and the Java stack trace to the specified print stream.
+ * stack, and the Java stack trace to the specified print stream.
*
* @param f
* the file print stream.