forked from phoedos/pmd
[core] Updated DataType.java
This commit is contained in:
parent
c0c2c76e49
commit
0f01d4686e
@ -121,7 +121,7 @@ public enum DataType {
|
||||
this(requiresEscaping, null);
|
||||
}
|
||||
|
||||
DataType(boolean requiresEscaping, BasicType...basicTypes) {
|
||||
DataType(boolean requiresEscaping, BasicType... basicTypes) {
|
||||
this.requiresEscaping = requiresEscaping;
|
||||
this.basicTypes = new HashSet<>();
|
||||
if (basicTypes != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user