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