diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-09-13 16:33:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-09-13 16:34:00 (GMT) |
commit | b477f9bcc7bb83d7c06e1d09f428030f51d71897 (patch) | |
tree | b1b1e0bc7fe119d70bdab06bbb61ece3fa5ecfa4 /java | |
parent | cafab483ff373731e694096a9cdfdf262ed7cf5f (diff) | |
download | hdf5-b477f9bcc7bb83d7c06e1d09f428030f51d71897.zip hdf5-b477f9bcc7bb83d7c06e1d09f428030f51d71897.tar.gz hdf5-b477f9bcc7bb83d7c06e1d09f428030f51d71897.tar.bz2 |
HDFFV-10901 add missing config options
Diffstat (limited to 'java')
-rw-r--r-- | java/test/TestH5Pfapl.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/test/TestH5Pfapl.java b/java/test/TestH5Pfapl.java index 7d690cf..10a79dd 100644 --- a/java/test/TestH5Pfapl.java +++ b/java/test/TestH5Pfapl.java @@ -15,7 +15,6 @@ package test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; |