Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <[email protected]>
  • Loading branch information
imRishN committed Sep 21, 2022
1 parent 4921a79 commit b4de2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public synchronized DecommissionAttributeMetadata setUpdatedStatus(DecommissionS
return this;
}

protected void validateAndSetStatus(DecommissionStatus expected, DecommissionStatus next) {
private void validateAndSetStatus(DecommissionStatus expected, DecommissionStatus next) {
if (status.equals(expected) == false) {
assert false : "can't move decommission status to ["
+ next
Expand Down

0 comments on commit b4de2c7

Please sign in to comment.