From f4114cb06284a74a94d049f4bdda69f8cb74e013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 9 May 2026 09:53:00 +0200 Subject: [PATCH] style: missing override annotation --- .../flash/exporters/shape/aa/AntialiasedBitmapExporter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/aa/AntialiasedBitmapExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/aa/AntialiasedBitmapExporter.java index c9c4177d9..b41fd555f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/aa/AntialiasedBitmapExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/aa/AntialiasedBitmapExporter.java @@ -204,6 +204,7 @@ public class AntialiasedBitmapExporter extends BitmapExporter { * * @return Image */ + @Override public SerializableImage getImage() { return image; }