From be79a7d18151c050773adf48aaf7deaa0275db96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 17 Nov 2025 21:26:24 +0100 Subject: [PATCH] Fix checkstyle --- CHANGELOG.md | 2 -- .../flash/exporters/settings/ScriptExportSettings.java | 1 - .../flash/exporters/settings/SoundExportSettings.java | 1 - 3 files changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1aeac571..adee4310f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - -## [24.1.1] - 2025-11-17 ### Added - AS3 Document class is underlined and has different icon - [#2556] CLI subsprite animation export (`-sublength ` option for export) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java index 4bcc02ab0..2cd907337 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java @@ -88,7 +88,6 @@ public class ScriptExportSettings implements Cloneable { * @param ignoreFrameScripts Ignore frame scripts * @param exportEmbed Export embed * @param exportEmbedFlaMode Export embed fla mode - * @param resampleWav Resample WAV */ public ScriptExportSettings( ScriptExportMode mode, diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java index 7c4b641bd..565643a9f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java @@ -39,7 +39,6 @@ public class SoundExportSettings { /** * Constructor. * @param mode Mode - * @param resampleWav Resample WAV */ public SoundExportSettings(SoundExportMode mode) { this.mode = mode;