Package com.google.gerrit.server.change
Class ConsistencyChecker
- java.lang.Object
-
- com.google.gerrit.server.change.ConsistencyChecker
-
public class ConsistencyChecker extends Object
Checks changes for various kinds of inconsistency and corruption.A single instance may be reused for checking multiple changes, but not concurrently.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConsistencyChecker.Result
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsistencyChecker.Result
check(ChangeNotes notes, FixInput f)
-
-
-
Method Detail
-
check
public ConsistencyChecker.Result check(ChangeNotes notes, FixInput f)
-
-