Merge branch 'omaha_14.3.1' into omaha_14.4.1
Conflicts: edexOsgi/com.raytheon.uf.common.localization/src/com/raytheon/uf/common/localization/LockingFileOutputStream.java (moved to ufcore) Former-commit-id:c6aa4b6cbd
[formerlyd9a3129339
] [formerly23d0cf81f8
[formerly 11c37fed7aed29ee42661948db90fab14b49c93c]] Former-commit-id:23d0cf81f8
Former-commit-id:f6f5c5a395
This commit is contained in:
commit
5a5b95e88e
1 changed files with 3 additions and 2 deletions
|
@ -324,8 +324,9 @@ public class GridTimeSeriesAdapter extends
|
|||
dataPoint = new XYData(time, value);
|
||||
}
|
||||
}
|
||||
|
||||
data.add(dataPoint);
|
||||
if (dataPoint != null){
|
||||
data.add(dataPoint);
|
||||
}
|
||||
}
|
||||
|
||||
XYDataList list = new XYDataList();
|
||||
|
|
Loading…
Add table
Reference in a new issue