addressing some codacy issues

This commit is contained in:
Greg DiCristofaro 2020-04-03 10:35:44 -04:00
parent 5036610b55
commit 3c0c42eb65

View File

@ -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));
}