forked from phoedos/pmd
Change case normalization of primitive from 'ID' to 'Id' to match existing behavior.
Change-Id: I7b3406a60bbc18dc2b1e441b8c0122452f709404
This commit is contained in:
parent
16a492f66d
commit
e9eafdde3e
@ -208,7 +208,7 @@ public abstract class AbstractApexNode extends AbstractApexNodeBase implements A
|
||||
"Datetime",
|
||||
"Decimal",
|
||||
"Double",
|
||||
"ID",
|
||||
"Id",
|
||||
"Integer",
|
||||
"Long",
|
||||
"Object",
|
||||
|
@ -33,7 +33,7 @@ public enum DataType {
|
||||
IndirectLookup(false),
|
||||
Location(false),
|
||||
LongTextArea(true),
|
||||
Lookup(false, "ID"),
|
||||
Lookup(false, "Id"),
|
||||
MasterDetail(false),
|
||||
MetadataRelationship(false),
|
||||
MultiselectPicklist(true),
|
||||
|
Loading…
x
Reference in New Issue
Block a user