Merge "Consistenly format all Java labels as UPPERCASE_UNDERSCORE"
This commit is contained in:
@@ -311,7 +311,7 @@ public class EventFactory {
|
|||||||
// set whose parent matches this patch set's revision.
|
// set whose parent matches this patch set's revision.
|
||||||
for (ChangeData cd :
|
for (ChangeData cd :
|
||||||
queryProvider.get().byProjectGroups(change.getProject(), currentPs.getGroups())) {
|
queryProvider.get().byProjectGroups(change.getProject(), currentPs.getGroups())) {
|
||||||
patchSets:
|
PATCH_SETS:
|
||||||
for (PatchSet ps : cd.patchSets()) {
|
for (PatchSet ps : cd.patchSets()) {
|
||||||
RevCommit commit = rw.parseCommit(ObjectId.fromString(ps.getRevision().get()));
|
RevCommit commit = rw.parseCommit(ObjectId.fromString(ps.getRevision().get()));
|
||||||
for (RevCommit p : commit.getParents()) {
|
for (RevCommit p : commit.getParents()) {
|
||||||
@@ -319,7 +319,7 @@ public class EventFactory {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
ca.neededBy.add(newNeededBy(checkNotNull(cd.change()), ps));
|
ca.neededBy.add(newNeededBy(checkNotNull(cd.change()), ps));
|
||||||
continue patchSets;
|
continue PATCH_SETS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user