Issue #2600 Fix typo in DataStoreCache.
Former-commit-id:ff5267fc07
[formerly80a98a3d7e
] [formerly3c8962fb96
] [formerlyff5267fc07
[formerly80a98a3d7e
] [formerly3c8962fb96
] [formerly0b4eaac59e
[formerly3c8962fb96
[formerly 5f20550b08b2299c7bb7a4769b13c4c9e50c90dd]]]] Former-commit-id:0b4eaac59e
Former-commit-id:76c989a47d
[formerlyd6640590e9
] [formerly a01200be83dcf0244764eae09c7c177e81901fa3 [formerlyd1b4fdd9c8
]] Former-commit-id: 41865ec7e304f1812b2137c264a6494932b7e22b [formerlycb6d8f6070
] Former-commit-id:ea09aaff72
This commit is contained in:
parent
3094682113
commit
e359c36fd8
1 changed files with 2 additions and 1 deletions
|
@ -84,6 +84,7 @@ import com.raytheon.uf.viz.core.data.BufferSlicer;
|
|||
* Date Ticket# Engineer Description
|
||||
* ------------- -------- ----------- --------------------------
|
||||
* Sep 18, 2013 2309 bsteffen Initial creation
|
||||
* Dec 04, 2013 2600 bsteffen Fix typo in contains.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -321,7 +322,7 @@ public class DataStoreCache {
|
|||
*/
|
||||
private static boolean contains(Request outer, Request inner) {
|
||||
Type outerType = outer.getType();
|
||||
Type innerType = outer.getType();
|
||||
Type innerType = inner.getType();
|
||||
if (outerType == Type.ALL) {
|
||||
return true;
|
||||
} else if (outerType == Type.SLAB) {
|
||||
|
|
Loading…
Add table
Reference in a new issue