Fixed dot not removed

This commit is contained in:
Greg Wilkins 2022-11-22 11:17:59 +11:00
parent 95e149b236
commit b04e9744ee
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ public class FileID
return false;
if (!hasNamedPathSegment(path, "META-INF"))
return false;
return isExtension(path, ".tld");
return isExtension(path, "tld");
}
/**