Skip to content
Snippets Groups Projects
Commit 731dc288 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Add final modifier to ImageJBufferLoader ctor parameter

parent 9602989e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ import java.util.Arrays;
public final class ImageJBufferLoader extends BasicLoader implements IPlaneLoader {
private final BufferInputData bufferInputData;
public ImageJBufferLoader(BufferInputData bufferDataInfo) {
public ImageJBufferLoader(final BufferInputData bufferDataInfo) {
super(bufferDataInfo.getDimensions());
this.bufferInputData = bufferDataInfo;
// FIXME: Support more pixel types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment