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:26:44 +00:00
parent 63a8197f5a
commit fb348449c3

View File

@ -152,7 +152,7 @@ public class MimeHeader
return false;
}
class Field
static class Field
{
String name;