Fixed dot not removed
This commit is contained in:
parent
95e149b236
commit
b04e9744ee
|
@ -495,7 +495,7 @@ public class FileID
|
|||
return false;
|
||||
if (!hasNamedPathSegment(path, "META-INF"))
|
||||
return false;
|
||||
return isExtension(path, ".tld");
|
||||
return isExtension(path, "tld");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue