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