Package com.google.gerrit.server.change
Class PureRevert
java.lang.Object
com.google.gerrit.server.change.PureRevert
Can check if a change is a pure revert (= a revert with no further modifications).
-
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(ChangeNotes notes, Optional<String> claimedOriginal)
-
Method Details
-
get
public boolean get(ChangeNotes notes, Optional<String> claimedOriginal) throws IOException, BadRequestException, ResourceConflictException
-