mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 17:36:13 +00:00
Show multiname namespace only when it has single namespace
This commit is contained in:
@@ -720,7 +720,7 @@ public class Multiname {
|
||||
if (ns == null) {
|
||||
NamespaceSet nss = getNamespaceSet(constants);
|
||||
if (nss != null) {
|
||||
if (nss.namespaces.length > 0) {
|
||||
if (nss.namespaces.length == 1) {
|
||||
ns = constants.getNamespace(nss.namespaces[0]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user