Merge changes Idc3b9656,I315661dc
* changes: PatchSetUtil: Remove static modifier from setGroups method TagSet: Add default serialVersionUID
This commit is contained in:
@@ -173,7 +173,7 @@ public class PatchSetUtil {
|
||||
}
|
||||
}
|
||||
|
||||
public static void setGroups(ReviewDb db, ChangeUpdate update, PatchSet ps, List<String> groups)
|
||||
public void setGroups(ReviewDb db, ChangeUpdate update, PatchSet ps, List<String> groups)
|
||||
throws OrmException {
|
||||
ps.setGroups(groups);
|
||||
update.setGroups(groups);
|
||||
|
@@ -403,6 +403,8 @@ class TagSet {
|
||||
|
||||
@VisibleForTesting
|
||||
static final class CachedRef extends AtomicReference<ObjectId> {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
final int flag;
|
||||
|
||||
CachedRef(Ref ref, int flag) {
|
||||
|
Reference in New Issue
Block a user