Package com.google.gerrit.server.change
Class RelatedChangesSorter
- java.lang.Object
-
- com.google.gerrit.server.change.RelatedChangesSorter
-
public class RelatedChangesSorter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RelatedChangesSorter.PatchSetData
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RelatedChangesSorter.PatchSetData>
sort(List<ChangeData> in, PatchSet startPs)
-
-
-
Method Detail
-
sort
public List<RelatedChangesSorter.PatchSetData> sort(List<ChangeData> in, PatchSet startPs) throws IOException, PermissionBackendException
-
-