SearchingChangeCacheImpl: Update modifier order to follow JLS recommendation
Change-Id: I1e2217a64670f17a0e7b4f43af9565e316d628b1
This commit is contained in:
@@ -67,7 +67,7 @@ public class SearchingChangeCacheImpl
|
|||||||
}
|
}
|
||||||
|
|
||||||
@AutoValue
|
@AutoValue
|
||||||
static abstract class CachedChange {
|
abstract static class CachedChange {
|
||||||
// Subset of fields in ChangeData, specifically fields needed to serve
|
// Subset of fields in ChangeData, specifically fields needed to serve
|
||||||
// VisibleRefFilter without touching the database. More can be added as
|
// VisibleRefFilter without touching the database. More can be added as
|
||||||
// necessary.
|
// necessary.
|
||||||
|
|||||||
Reference in New Issue
Block a user