1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Don't reference the enclosing type instance when it's not used (memory optimisation)

This commit is contained in:
Fiouz 2010-12-14 19:27:11 +00:00
parent caabbd735a
commit f8f2169643

View File

@ -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;