summaryrefslogtreecommitdiffstats
path: root/java/examples/groups/H5Ex_G_Visit.java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-24 02:27:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-24 02:27:32 (GMT)
commita02414cc24e01096a239fc774ce94c38655f53ce (patch)
treee030d89385d63df601d33bcd3fe7c4cadfd7f5b6 /java/examples/groups/H5Ex_G_Visit.java
parentc9b37b93e92b29b92707eef4195e2465b5fbb7fe (diff)
downloadhdf5-a02414cc24e01096a239fc774ce94c38655f53ce.zip
hdf5-a02414cc24e01096a239fc774ce94c38655f53ce.tar.gz
hdf5-a02414cc24e01096a239fc774ce94c38655f53ce.tar.bz2
Revert testfile FILE change
Diffstat (limited to 'java/examples/groups/H5Ex_G_Visit.java')
-rw-r--r--java/examples/groups/H5Ex_G_Visit.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/groups/H5Ex_G_Visit.java b/java/examples/groups/H5Ex_G_Visit.java
index 4719705..f91c707 100644
--- a/java/examples/groups/H5Ex_G_Visit.java
+++ b/java/examples/groups/H5Ex_G_Visit.java
@@ -34,7 +34,7 @@ import java.util.ArrayList;
public class H5Ex_G_Visit {
- private static String FILE = "./h5ex_g_visit.h5";
+ private static String FILE = "groups/h5ex_g_visit.h5";
public static void main(String[] args) {
try {