mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
Add Override annotation
This commit is contained in:
@@ -54,6 +54,7 @@ public class ImageMagickVideoThumbnailFilter extends ImageMagickThumbnailFilter
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public File getThumbnailFile(File f, boolean verbose)
|
public File getThumbnailFile(File f, boolean verbose)
|
||||||
throws IOException, InterruptedException, IM4JavaException {
|
throws IOException, InterruptedException, IM4JavaException {
|
||||||
File f2 = new File(f.getParentFile(), f.getName() + ".jpg");
|
File f2 = new File(f.getParentFile(), f.getName() + ".jpg");
|
||||||
|
Reference in New Issue
Block a user