mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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)
|
||||
throws IOException, InterruptedException, IM4JavaException {
|
||||
File f2 = new File(f.getParentFile(), f.getName() + ".jpg");
|
||||
|
Reference in New Issue
Block a user