Skip to content
Snippets Groups Projects
Commit 1bfc28f6 authored by gwen-soleil's avatar gwen-soleil
Browse files

avoid NPE

parent caacd91d
Branches
Tags
No related merge requests found
......@@ -146,8 +146,10 @@ or true/false,12,"tango/tangotest/spjz_2/double_spectrum_ro" ,5,1,0,"archiving/t
}
public void addConfiguration(ArchivingConfig config) {
if (config != null) {
archivingConfigs.add(config);
}
}
public List<ArchivingConfig> getArchivingConfigs() {
return archivingConfigs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment