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
1 changed files with 1 additions and 1 deletions

View File

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