mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 14:01:08 +01:00
Add "whitespace after comma" checkstyle rule
This commit is contained in:
parent
db5f6f648c
commit
f7762c5db7
37 changed files with 59 additions and 58 deletions
|
|
@ -64,7 +64,7 @@ public class DataValidationProvider {
|
|||
);
|
||||
break;
|
||||
case RegexValidateElement.METHOD:
|
||||
dataValidation = new RegexValidateElement(dataType,parser.nextText());
|
||||
dataValidation = new RegexValidateElement(dataType, parser.nextText());
|
||||
break;
|
||||
case ListRange.ELEMENT:
|
||||
Long min = ParserUtils.getLongAttribute(parser, "min");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue