mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 17:57:43 +00:00
addressing some codacy issues
This commit is contained in:
parent
5036610b55
commit
3c0c42eb65
@ -596,7 +596,7 @@ public class WrapLayout implements LayoutManager, java.io.Serializable {
|
||||
}
|
||||
}
|
||||
|
||||
if (rowComponents.size() > 0) {
|
||||
if (!rowComponents.isEmpty()) {
|
||||
rows.add(new WrapLayoutRow(rowComponents, null, rowHeight, rowWidth));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user