mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
Don't reference the enclosing type instance when it's not used (memory optimisation)
This commit is contained in:
parent
caabbd735a
commit
f8f2169643
@ -2138,7 +2138,7 @@ public class WebDavStore extends Store
|
||||
* done elsewhere. This is done rather than having multiple hashmaps
|
||||
* associating UIDs to values
|
||||
*/
|
||||
public class ParsedMessageEnvelope
|
||||
public static class ParsedMessageEnvelope
|
||||
{
|
||||
/**
|
||||
* Holds the mappings from the name returned from Exchange to the MIME format header name
|
||||
@ -2564,7 +2564,7 @@ public class WebDavStore extends Store
|
||||
/**
|
||||
* Simple data container for passing connection information.
|
||||
*/
|
||||
private class ConnectionInfo
|
||||
private static class ConnectionInfo
|
||||
{
|
||||
public int statusCode;
|
||||
public short requiredAuthType;
|
||||
|
Loading…
Reference in New Issue
Block a user