spelling: identifier

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent ae14ac031a
commit 2489671751
2 changed files with 3 additions and 3 deletions
@@ -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;