mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
Don't reference the enclosing type instance when it's not used (memory optimisation)
This commit is contained in:
parent
63a8197f5a
commit
fb348449c3
@ -152,7 +152,7 @@ public class MimeHeader
|
||||
return false;
|
||||
}
|
||||
|
||||
class Field
|
||||
static class Field
|
||||
{
|
||||
String name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user