mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-06-06 18:40:42 +02:00
Updated comment
This commit is contained in:
parent
9619aac78c
commit
484a6dbd80
@ -79,8 +79,9 @@ public class HDF5Utilities {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Create group
|
* Create group
|
||||||
* @param file
|
*
|
||||||
* @param groupName
|
* @param file HDF5 file handle
|
||||||
|
* @param groupName Group to create
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public static Group createGroup( FileFormat file, String groupName) {
|
public static Group createGroup( FileFormat file, String groupName) {
|
||||||
@ -88,11 +89,10 @@ public class HDF5Utilities {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates group recursively relative to the given base group
|
* Creates group relative to the given base group
|
||||||
*
|
* @param file HDF5 file handle
|
||||||
* @param groupRelativName relative group to be created
|
* @param group Base group
|
||||||
* @param group Base group - if null create group relative to /
|
* @param groupName Group to create
|
||||||
* @param file File handle
|
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public static Group createGroup( FileFormat file, Group group, String groupName) {
|
public static Group createGroup( FileFormat file, Group group, String groupName) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user