mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fix varargs syntax error in ScalrWrapper.java
This commit is contained in:
parent
b7e797cb5b
commit
2f1da70aef
@ -37,7 +37,7 @@ public class ScalrWrapper {
|
|||||||
return Scalr.resize(input, size, Scalr.OP_ANTIALIAS);
|
return Scalr.resize(input, size, Scalr.OP_ANTIALIAS);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static synchronized BufferedImage resize(BufferedImage bufferedImage, Method method, Scalr.Mode mode, int width, int height, BufferedImageOp... ops) {
|
public static synchronized BufferedImage resize(BufferedImage bufferedImage, Method method, Scalr.Mode mode, int width, int height, BufferedImageOp ...ops) {
|
||||||
return Scalr.resize(bufferedImage, method, mode, width, height, ops);
|
return Scalr.resize(bufferedImage, method, mode, width, height, ops);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user