forked from phoedos/pmd
Fix checkstyle violations.
Change-Id: I0aa6ecfeb343f2e0b48d2ebfd176a877a72f40f6
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user