mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Update PropertyTable.java
This commit is contained in:
parent
c76be2df41
commit
8fc2f7db41
@ -228,7 +228,7 @@ public final class PropertyTable implements BATManaged {
|
||||
}
|
||||
|
||||
// Maximum depth of the property tree to prevent stackoverflow errors
|
||||
private static int MAX_PROPERTY_DEPTH = 1000;
|
||||
private static final int MAX_PROPERTY_DEPTH = 1000;
|
||||
|
||||
private void populatePropertyTree(final DirectoryProperty root, final int depth) throws IOException {
|
||||
if (depth > MAX_PROPERTY_DEPTH) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user