Correct comment for safe mode alarm in VcnGatewayConnection.

Bug: 178140973
Test: atest FrameworksVcnTests
Change-Id: I0cadd145fe41f5589fb79725a4370aed527927a0
This commit is contained in:
Cody Kesting
2021-02-16 09:42:16 -08:00
parent a65c2d8ad1
commit b79add4584

View File

@@ -1635,8 +1635,7 @@ public class VcnGatewayConnection extends StateMachine {
@Override
protected void exitState() {
// Attempt to set the safe mode alarm - this requires the Vcn Network being validated
// while in ConnectedState (which cancels the previous alarm)
// Will only set a new alarm if no safe mode alarm is currently scheduled.
setSafeModeAlarm();
}
}