Skip to content
Snippets Groups Projects
Commit 63e20f4c authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

fix javadoc error

parent 06b587f4
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ import java.util.Map;
import java.util.Map.Entry;
import java.util.concurrent.CountDownLatch;
import bdv.export.WriteSequenceToHdf5.AfterEachPlane;
import bdv.export.WriteSequenceToHdf5.LoopbackHeuristic;
import bdv.img.hdf5.Hdf5ImageLoader;
import bdv.img.hdf5.Partition;
import bdv.img.hdf5.Util;
......@@ -248,7 +250,7 @@ public class WriteSequenceToHdf5
*
* Note that this method only writes the master file containing links. The
* individual partitions need to be written with
* {@link #writeHdf5PartitionFile(AbstractSequenceDescription, Map, boolean, Partition, LoopbackHeuristic, AfterEachPlane, ProgressWriter)}.
* {@link #writeHdf5PartitionFile(AbstractSequenceDescription, Map, boolean, Partition, LoopbackHeuristic, AfterEachPlane, int, ProgressWriter)}.
*
* @param seq
* description of the sequence to be stored as hdf5. (The
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment