mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 02:44:50 +00:00
Issue #63 Globally rename identifier
This commit is contained in:
@@ -21,6 +21,7 @@ package com.jpexs.decompiler.flash;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class PackageNode {
|
||||
|
||||
public String packageName;
|
||||
|
||||
public PackageNode(String packageName) {
|
||||
@@ -31,6 +32,4 @@ public class PackageNode {
|
||||
public String toString() {
|
||||
return packageName;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user