Merge "Code reformatting for upcoming automated code changes."

This commit is contained in:
Mathew Inwood
2018-08-21 06:45:04 +00:00
committed by Gerrit Code Review

View File

@@ -58,7 +58,11 @@ public class SmsConstants {
* See TS 23.038.
*/
public enum MessageClass{
UNKNOWN, CLASS_0, CLASS_1, CLASS_2, CLASS_3;
UNKNOWN,
CLASS_0,
CLASS_1,
CLASS_2,
CLASS_3;
}
/**