mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 17:38:26 +00:00
Do not show empty parenthesis in DoABC2 tag
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.tags;
|
||||
|
||||
import com.jpexs.decompiler.flash.SWF;
|
||||
@@ -118,7 +119,7 @@ public class DoABC2Tag extends Tag implements ABCContainerTag {
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
public String getName() {
|
||||
return super.getName() + (!name.isEmpty() ? " (" + name + ")" : "");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user