Fix checkstyle

This commit is contained in:
Jindra Petřík
2025-11-17 21:26:24 +01:00
parent 5f8332f044
commit be79a7d181
3 changed files with 0 additions and 4 deletions

View File

@@ -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 <length>` option for export)

View File

@@ -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,

View File

@@ -39,7 +39,6 @@ public class SoundExportSettings {
/**
* Constructor.
* @param mode Mode
* @param resampleWav Resample WAV
*/
public SoundExportSettings(SoundExportMode mode) {
this.mode = mode;