Merge "Omaha #3214 fixed typos in LightningFrameRetriever" into omaha_14.4.1
Former-commit-id:5751c78426
[formerlyfd997ad030
] [formerly464e252e96
] [formerly3128374080
[formerly464e252e96
[formerly 5a2968189edd1abe58560404fc01dcea82957b5f]]] Former-commit-id:3128374080
Former-commit-id: 4bde17b8080b68572eaa216315d69399747acb8e [formerlycef2844dbc
] Former-commit-id:716f83ef2a
This commit is contained in:
commit
b7ad961081
1 changed files with 4 additions and 3 deletions
|
@ -58,7 +58,8 @@ import com.raytheon.uf.viz.core.cache.CacheObject.IObjectRetrieverAndDisposer;
|
|||
*
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Jul 9, 2014 3333 bclement moved from LightningResource
|
||||
* Jul 09, 2014 3333 bclement moved from LightningResource
|
||||
* Jul 22, 2014 3214 bclement fixed typos in populatePulseData() and updateAndGet()
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -107,7 +108,7 @@ public class LightningFrameRetriever implements
|
|||
newRecords.add(record);
|
||||
}
|
||||
}
|
||||
rval = co.getObjectAsync();
|
||||
rval = co.getObjectSync();
|
||||
if (processed.size() > 0 && newRecords.size() > 0) {
|
||||
// if we've already processed some records, request the
|
||||
// new ones now and merge
|
||||
|
@ -384,7 +385,7 @@ public class LightningFrameRetriever implements
|
|||
"Mismatched pulse latitude/longitude data", latRecord);
|
||||
}
|
||||
for (int i = 0; i < lats.length; ++i) {
|
||||
bundle.getPosLatLonList()
|
||||
bundle.getPulseLatLonList()
|
||||
.add(new double[] { lons[i], lats[i] });
|
||||
}
|
||||
} catch (FileNotFoundException e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue