NPE fixed
This commit is contained in:
parent
c286d42c5b
commit
0a5a2c671e
@ -786,7 +786,7 @@ public class NestedClassProcessor {
|
||||
if(both) {
|
||||
second.set(0, null);
|
||||
}
|
||||
} else {
|
||||
} else if(fobj != null) {
|
||||
if(fobj.varpaar.var == -1) {
|
||||
fobj.varpaar = sobj.varpaar;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user