Optimize folder processing

This commit is contained in:
M66B
2019-06-05 07:46:06 +02:00
parent a3658a869c
commit b7a0987c52
2 changed files with 14 additions and 20 deletions

View File

@@ -44,6 +44,9 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
public int unseen;
public int executing;
@Ignore
int indentation;
@Ignore
TupleFolderEx parent_ref;