mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 01:26:12 +00:00
Fix checkstyle
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -39,7 +39,6 @@ public class SoundExportSettings {
|
||||
/**
|
||||
* Constructor.
|
||||
* @param mode Mode
|
||||
* @param resampleWav Resample WAV
|
||||
*/
|
||||
public SoundExportSettings(SoundExportMode mode) {
|
||||
this.mode = mode;
|
||||
|
||||
Reference in New Issue
Block a user