Mark constant as final to abide by style guidelines

Change-Id: I4dd0525431c24cedd58eb82df70fbe796b5ca190
This commit is contained in:
Andrew Bonventre 2016-08-30 13:45:02 -04:00
parent c33f029189
commit 0ac537d670
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ public abstract class ChangeEmail extends NotificationEmail {
return args.settings.includeDiff;
}
private static int HEAP_EST_SIZE = 32 * 1024;
private static final int HEAP_EST_SIZE = 32 * 1024;
/** Show patch set as unified difference. */
public String getUnifiedDiff() {