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:31 +00:00
parent 36858f53de
commit 64b5655d7c
1 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ public class MessageView extends K9Activity implements OnClickListener
* Pair class is only available since API Level 5, so we need * Pair class is only available since API Level 5, so we need
* this helper class unfortunately * this helper class unfortunately
*/ */
private class HeaderEntry private static class HeaderEntry
{ {
public String label; public String label;
public String value; public String value;
@ -784,7 +784,7 @@ public class MessageView extends K9Activity implements OnClickListener
} }
} }
class Attachment static class Attachment
{ {
public String name; public String name;
public String contentType; public String contentType;