SearchingChangeCacheImpl: Update modifier order to follow JLS recommendation

Change-Id: I1e2217a64670f17a0e7b4f43af9565e316d628b1
This commit is contained in:
David Pursehouse
2016-06-07 14:56:18 +09:00
parent b273cfd04d
commit 2d50851a67

View File

@@ -67,7 +67,7 @@ public class SearchingChangeCacheImpl
}
@AutoValue
static abstract class CachedChange {
abstract static class CachedChange {
// Subset of fields in ChangeData, specifically fields needed to serve
// VisibleRefFilter without touching the database. More can be added as
// necessary.