Omaha #3071 Fix error in IFPGridDatabase found in code review
Change-Id: I7bdab6085d49f0ed3667cc4d27dc58aae24d0bcf Former-commit-id: 97dd32f3ee5393e419ca7794eb2f564a4941494e
This commit is contained in:
parent
364e6ea94a
commit
03b44f91d0
1 changed files with 1 additions and 1 deletions
|
@ -2173,7 +2173,7 @@ public class IFPGridDatabase extends GridDatabase {
|
|||
ParmStorageInfo psi = this.parmStorageInfo.get(parmId
|
||||
.getCompositeName());
|
||||
if (psi != null) {
|
||||
psi.getParmID();
|
||||
rval = psi.getParmID();
|
||||
}
|
||||
|
||||
if (rval == null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue