Remove "static operation".

This commit is contained in:
Jindra Petřík
2024-08-07 18:38:32 +02:00
parent f3da12e032
commit 38bcab878b
14 changed files with 17 additions and 42 deletions

View File

@@ -544,7 +544,7 @@ public class Main {
}
if (instrSWF != null) {
if (origFile != null) {
for (Tag t : instrSWF.getLocalTags()) {
for (Tag t : instrSWF.getTags()) {
if (t instanceof ImportTag) {
ImportTag it = (ImportTag) t;
String url = it.getUrl();