1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 18:50:11 -05: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; return false;
} }
class Field static class Field
{ {
String name; String name;