ome / omero-insight

Gradle project containing insight java client for OMERO
https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
7 stars 14 forks source link

Logical OR should probably be used #428

Open scuniff opened 6 months ago

scuniff commented 6 months ago

https://github.com/ome/omero-insight/blob/4e8d0754713b0a3c74908b4ebaa9ebae4e378a14/src/main/java/org/openmicroscopy/shoola/agents/dataBrowser/view/ImageTable.java#L370

Logical OR ( || ) should probably be used

    if (node == null || ids == null) return;