Skip to content

Commit a2d6fee

Browse files
committed
fix: javadoc
1 parent 8d002c7 commit a2d6fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/janelia/saalfeldlab/n5/spark/downsample/N5LabelDownsamplerSpark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public static <T extends NativeType<T> & IntegerType<T>> void downsampleLabel(
323323
}
324324

325325
/**
326-
* Based on {@link bdv.export.Downsample}.
326+
* Based on bdv.export.Downsample.
327327
*/
328328
private static <T extends IntegerType<T>> void downsampleLabel(
329329
final RandomAccessible<T> input,

0 commit comments

Comments
 (0)