Skip to content

Commit 3b66e70

Browse files
committed
Add missing Override
1 parent 72af9e2 commit 3b66e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/javafx.graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageLoader2.java

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ private int[] computeInterlaceReIndex(int h) {
198198
}
199199

200200
// loads next image frame or null if no more
201+
@Override
201202
public ImageFrame load(int imageIndex, double imgw, double imgh, boolean preserveAspectRatio, boolean smooth,
202203
float screenPixelScale, float imagePixelScale) throws IOException {
203204
ImageTools.validateMaxDimensions(imgw, imgh, imagePixelScale);

0 commit comments

Comments
 (0)