mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 04:22:54 +00:00
spelling: identifier
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ae14ac031a
commit
2489671751
@@ -1714,7 +1714,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
/**
|
||||
* Gets all tags with specified type id.
|
||||
*
|
||||
* @param tagId Identificator of tag type
|
||||
* @param tagId Identifier of tag type
|
||||
* @return List of tags
|
||||
*/
|
||||
public List<Tag> getTagData(int tagId) {
|
||||
|
||||
@@ -37,7 +37,7 @@ import org.w3c.dom.Element;
|
||||
public abstract class FILTER implements Serializable {
|
||||
|
||||
/**
|
||||
* Identificator of type of the filter
|
||||
* Identifier of type of the filter
|
||||
*/
|
||||
@SWFType(BasicType.UI8)
|
||||
public int id;
|
||||
@@ -45,7 +45,7 @@ public abstract class FILTER implements Serializable {
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param id Type identificator
|
||||
* @param id Type identifier
|
||||
*/
|
||||
public FILTER(int id) {
|
||||
this.id = id;
|
||||
|
||||
Reference in New Issue
Block a user