Fixed code style

This commit is contained in:
Jindra Petřík
2024-08-05 11:17:25 +02:00
parent cc34fae1c5
commit 1d9329e9be
363 changed files with 8559 additions and 8277 deletions
@@ -85,12 +85,12 @@ public class OpenableList implements List<Openable>, SWFContainerItem {
@Override
public <T> T[] toArray(T[] ts) {
return items.toArray(ts);
}
}
@Override
public boolean containsAll(Collection<?> clctn) {
return items.containsAll(clctn);
}
}
@Override
public boolean removeAll(Collection<?> clctn) {