mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 03:43:55 +01:00
Refactoring
This commit is contained in:
@@ -50,16 +50,13 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
public int executing;
|
||||
|
||||
@Ignore
|
||||
int indentation = 0;
|
||||
|
||||
public int indentation = 0;
|
||||
@Ignore
|
||||
boolean expander = true;
|
||||
|
||||
public boolean expander = true;
|
||||
@Ignore
|
||||
TupleFolderEx parent_ref;
|
||||
|
||||
public TupleFolderEx parent_ref;
|
||||
@Ignore
|
||||
List<TupleFolderEx> child_refs;
|
||||
public List<TupleFolderEx> child_refs;
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
|
||||
Reference in New Issue
Block a user