mirror of https://github.com/M66B/FairEmail.git
Refactoring
This commit is contained in:
parent
0b9994ec93
commit
664220a1f3
|
@ -50,16 +50,13 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||||
public int executing;
|
public int executing;
|
||||||
|
|
||||||
@Ignore
|
@Ignore
|
||||||
int indentation = 0;
|
public int indentation = 0;
|
||||||
|
|
||||||
@Ignore
|
@Ignore
|
||||||
boolean expander = true;
|
public boolean expander = true;
|
||||||
|
|
||||||
@Ignore
|
@Ignore
|
||||||
TupleFolderEx parent_ref;
|
public TupleFolderEx parent_ref;
|
||||||
|
|
||||||
@Ignore
|
@Ignore
|
||||||
List<TupleFolderEx> child_refs;
|
public List<TupleFolderEx> child_refs;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean equals(Object obj) {
|
public boolean equals(Object obj) {
|
||||||
|
|
Loading…
Reference in New Issue