mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 09:51:27 +00:00
Fixed code style
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user