Remove redundant constructor call
This commit is contained in:
parent
3aa8bf4ea0
commit
4084cd5260
@ -322,7 +322,6 @@ public class AppSecurityPermissions {
|
||||
if (group == null) {
|
||||
group = new MyPermissionGroupInfo(tmpPermInfo);
|
||||
}
|
||||
group = new MyPermissionGroupInfo(tmpPermInfo);
|
||||
}
|
||||
mPermGroups.put(tmpPermInfo.group, group);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user