Fix checkstyle violations.

Change-Id: I0aa6ecfeb343f2e0b48d2ebfd176a877a72f40f6
This commit is contained in:
Aaron Hurst
2022-11-24 20:35:42 +00:00
parent e62b71f89a
commit 1029d6b24d

View File

@@ -112,9 +112,9 @@ public enum DataType {
@Deprecated
public static DataType fromBasicType(BasicType value) {
if (value != null) {
switch(value) {
switch (value) {
case BOOLEAN:
return Checkbox;
return Checkbox;
case CURRENCY:
return Currency;
case DATE: