322fe8ec85
Motivation: ErrorProne warns about missing cases in switch statements that appear as an oversight. Modifcation: Add the last case to statement to ensure all cases are covered. Result: Able to enable Error Prone static analysis