Skip to content

Commit c2768ef

Browse files
committed
checkstyle fix
1 parent 42ab9ae commit c2768ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/safemode/StateMachineReadyRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.apache.hadoop.hdds.server.events.TypedEvent;
2424

2525
/**
26-
* Class defining Safe mode exit when SCM State Machine is ready, ie all transaction is applied
26+
* Class defining Safe mode exit when SCM State Machine is ready, ie all transaction is applied.
2727
*/
2828
public class StateMachineReadyRule extends SafeModeExitRule<Boolean> {
2929
private SCMStateMachine scmStateMachine = null;

0 commit comments

Comments
 (0)