File tree Expand file tree Collapse file tree
src/main/java/fr/jmmc/oitools/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ public List<Granule> getSortedGranules(final Comparator<Granule> comparator) {
415415 */
416416 public List <String > getDistinctStaNames () {
417417 if (this .distinctStaNames == null ) {
418- OIDataListHelper .getDistinctStaNames (getAllOiDatas (), getUsedStaNamesMap ());
418+ this . distinctStaNames = OIDataListHelper .getDistinctStaNames (getAllOiDatas (), getUsedStaNamesMap ());
419419 }
420420 return this .distinctStaNames ;
421421 }
@@ -426,7 +426,7 @@ public List<String> getDistinctStaNames() {
426426 */
427427 public List <String > getDistinctStaConfs () {
428428 if (this .distinctStaConfs == null ) {
429- OIDataListHelper .getDistinctStaConfs (getAllOiDatas ());
429+ this . distinctStaConfs = OIDataListHelper .getDistinctStaConfs (getAllOiDatas ());
430430 }
431431 return this .distinctStaConfs ;
432432 }
You can’t perform that action at this time.
0 commit comments